Html Css Color HEX #DE02AF Hollywood Cerise

📋 copy color: '#DE02AF'

red 222 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #DE02AF

Tints of Hollywood Cerise #DE02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 55.64%
G = 0.5%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE02AF (or 0xDE02AF) is known color: Hollywood Cerise. HEX triplet: DE, 02 and AF. RGB value is (222,2,175). Sum of RGB (Red+Green+Blue) = 222+2+175=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02AF is #21FD50. Grayscale: #575757. Windows color (decimal): -2227537 or 11469534. OLE color: 11469534.

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

Color convert

RGB 222 2 175 -
CMYK 0 0.99 0.21 0.13
HSL 312.82º 0.98% 0.44% -
HSV(B) 312.82º 0.99% 0.87% -
XYZ 37.88 18.67 42.16 -
YUV 87.5 177.39 223.93 -
System Red Green Blue C M Y K H S L
Decimal 222 2 175 0 0.99 0.21 0.13 312.82 0.98 0.44
Hex DE 2 AF 0 63 15 D 139 62 2C
Octal 336 2 257 0 143 25 15 471 142 54
Binary 11011110 10 10101111 0 1100011 10101 1101 100111001 1100010 101100

Color Harmonies of #DE02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02AF

Black with #DE02AF

Text Example


Text Example

White with #DE02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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