Html Css Color HEX #DE08A2 Hollywood Cerise

📋 copy color: '#DE08A2'

red 222 ◦ green 8 ◦ blue 162

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

Shades of Hollywood Cerise #DE08A2

Tints of Hollywood Cerise #DE08A2

RGB

 RED value IS 222 (87.11% from 255) = 56.63%

 GREEN value IS 8 (3.52% from 255) = 2.04%

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 56.63%
G = 2.04%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE08A2 (or 0xDE08A2) is known color: Hollywood Cerise. HEX triplet: DE, 08 and A2. RGB value is (222,8,162). Sum of RGB (Red+Green+Blue) = 222+8+162=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE08A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE08A2 is #21F75D. Grayscale: #595959. Windows color (decimal): -2226014 or 10619102. OLE color: 10619102.

HSL color Cylindrical-coordinate representation of color #DE08A2: hue angle of 316.82º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE08A2 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 162 -
CMYK 0 0.96 0.27 0.13
HSL 316.82º 0.93% 0.45% -
HSV(B) 316.82º 0.96% 0.87% -
XYZ 36.73 18.31 35.78 -
YUV 89.54 168.9 222.48 -
System Red Green Blue C M Y K H S L
Decimal 222 8 162 0 0.96 0.27 0.13 316.82 0.93 0.45
Hex DE 8 A2 0 60 1B D 13D 5D 2D
Octal 336 10 242 0 140 33 15 475 135 55
Binary 11011110 1000 10100010 0 1100000 11011 1101 100111101 1011101 101101

Color Harmonies of #DE08A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE08A2

Black with #DE08A2

Text Example


Text Example

White with #DE08A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE08A2; }

 p { color: rgb(222,8,162); }

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

background-color css

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

 a { background-color: rgb(222,8,162); }

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

border-color css

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

 span { border-color: rgb(222,8,162); }

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