Html Css Color HEX #DE02AB Hollywood Cerise

📋 copy color: '#DE02AB'

red 222 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #DE02AB

Tints of Hollywood Cerise #DE02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 56.2%
G = 0.51%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE02AB (or 0xDE02AB) is known color: Hollywood Cerise. HEX triplet: DE, 02 and AB. RGB value is (222,2,171). Sum of RGB (Red+Green+Blue) = 222+2+171=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02AB is #21FD54. Grayscale: #565656. Windows color (decimal): -2227541 or 11207390. OLE color: 11207390.

HSL color Cylindrical-coordinate representation of color #DE02AB: hue angle of 313.91º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE02AB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 2 171 -
CMYK 0 0.99 0.23 0.13
HSL 313.91º 0.98% 0.44% -
HSV(B) 313.91º 0.99% 0.87% -
XYZ 37.5 18.51 40.13 -
YUV 87.05 175.39 224.26 -
System Red Green Blue C M Y K H S L
Decimal 222 2 171 0 0.99 0.23 0.13 313.91 0.98 0.44
Hex DE 2 AB 0 63 17 D 13A 62 2C
Octal 336 2 253 0 143 27 15 472 142 54
Binary 11011110 10 10101011 0 1100011 10111 1101 100111010 1100010 101100

Color Harmonies of #DE02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02AB

Black with #DE02AB

Text Example


Text Example

White with #DE02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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