Html Css Color HEX #DE08AB Hollywood Cerise

📋 copy color: '#DE08AB'

red 222 ◦ green 8 ◦ blue 171

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

Shades of Hollywood Cerise #DE08AB

Tints of Hollywood Cerise #DE08AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 55.36%
G = 2%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE08AB (or 0xDE08AB) is known color: Hollywood Cerise. HEX triplet: DE, 08 and AB. RGB value is (222,8,171). Sum of RGB (Red+Green+Blue) = 222+8+171=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE08AB is #21F754. Grayscale: #5A5A5A. Windows color (decimal): -2226005 or 11208926. OLE color: 11208926.

HSL color Cylindrical-coordinate representation of color #DE08AB: hue angle of 314.3º 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 #DE08AB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 8 171 -
CMYK 0 0.96 0.23 0.13
HSL 314.3º 0.93% 0.45% -
HSV(B) 314.3º 0.96% 0.87% -
XYZ 37.56 18.64 40.15 -
YUV 90.57 173.4 221.75 -
System Red Green Blue C M Y K H S L
Decimal 222 8 171 0 0.96 0.23 0.13 314.3 0.93 0.45
Hex DE 8 AB 0 60 17 D 13A 5D 2D
Octal 336 10 253 0 140 27 15 472 135 55
Binary 11011110 1000 10101011 0 1100000 10111 1101 100111010 1011101 101101

Color Harmonies of #DE08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE08AB

Black with #DE08AB

Text Example


Text Example

White with #DE08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE08AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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