Html Css Color HEX #D72CB2 Spicy Pink

📋 copy color: '#D72CB2'

red 215 ◦ green 44 ◦ blue 178

#D72CB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #D72CB2

Tints of Spicy Pink #D72CB2

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

 GREEN value IS 44 (17.58% from 255) = 10.07%

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 49.2%
G = 10.07%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D72CB2 (or 0xD72CB2) is known color: Spicy Pink. HEX triplet: D7, 2C and B2. RGB value is (215,44,178). Sum of RGB (Red+Green+Blue) = 215+44+178=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CB2 is #28D34D. Grayscale: #6E6E6E. Windows color (decimal): -2675534 or 11676887. OLE color: 11676887.

HSL color Cylindrical-coordinate representation of color #D72CB2: hue angle of 312.98º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CB2 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 44 178 -
CMYK 0 0.80 0.17 0.16
HSL 312.98º 0.68% 0.51% -
HSV(B) 312.98º 0.8% 0.84% -
XYZ 36.96 19.46 43.93 -
YUV 110.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 215 44 178 0 0.80 0.17 0.16 312.98 0.68 0.51
Hex D7 2C B2 0 50 11 10 139 44 33
Octal 327 54 262 0 120 21 20 471 104 63
Binary 11010111 101100 10110010 0 1010000 10001 10000 100111001 1000100 110011

Color Harmonies of #D72CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CB2

Black with #D72CB2

Text Example


Text Example

White with #D72CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CB2; }

 p { color: rgb(215,44,178); }

 H1.HeaderClassName
 {
   color: #D72CB2;
 }
 .AnyTagClassName
 {
   color: #D72CB2;
 }
</style>

background-color css

<style>
 a { background-color: #D72CB2; }

 a { background-color: rgb(215,44,178); }

 div.DivClassName
 {
   background-color: #D72CB2;
 }
 .BgClassName
 {
   background-color: #D72CB2;
 }
</style>

border-color css

<style>
 span { border-color: #D72CB2; }

 span { border-color: rgb(215,44,178); }

 td.TdClassName
 {
   border-color: #D72CB2;
 }
 .TagClassName
 {
   border-color: #D72CB2;
 }
</style>