Html Css Color HEX #DE02A1 Hollywood Cerise

📋 copy color: '#DE02A1'

red 222 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #DE02A1

Tints of Hollywood Cerise #DE02A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 57.66%
G = 0.52%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE02A1 (or 0xDE02A1) is known color: Hollywood Cerise. HEX triplet: DE, 02 and A1. RGB value is (222,2,161). Sum of RGB (Red+Green+Blue) = 222+2+161=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02A1 is #21FD5E. Grayscale: #555555. Windows color (decimal): -2227551 or 10552030. OLE color: 10552030.

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

Color convert

RGB 222 2 161 -
CMYK 0 0.99 0.27 0.13
HSL 316.64º 0.98% 0.44% -
HSV(B) 316.64º 0.99% 0.87% -
XYZ 36.58 18.15 35.29 -
YUV 85.91 170.39 225.07 -
System Red Green Blue C M Y K H S L
Decimal 222 2 161 0 0.99 0.27 0.13 316.64 0.98 0.44
Hex DE 2 A1 0 63 1B D 13D 62 2C
Octal 336 2 241 0 143 33 15 475 142 54
Binary 11011110 10 10100001 0 1100011 11011 1101 100111101 1100010 101100

Color Harmonies of #DE02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02A1

Black with #DE02A1

Text Example


Text Example

White with #DE02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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