Html Css Color HEX #DE00A9 Hollywood Cerise

📋 copy color: '#DE00A9'

red 222 ◦ green 0 ◦ blue 169

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

Shades of Hollywood Cerise #DE00A9

Tints of Hollywood Cerise #DE00A9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 56.78%
G = 0%
B = 43.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE00A9 (or 0xDE00A9) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A9. RGB value is (222,0,169). Sum of RGB (Red+Green+Blue) = 222+0+169=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A9 is #21FF56. Grayscale: #555555. Windows color (decimal): -2228055 or 11075806. OLE color: 11075806.

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

Color convert

RGB 222 0 169 -
CMYK 0 1 0.24 0.13
HSL 314.32º 1% 0.44% -
HSV(B) 314.32º 1% 0.87% -
XYZ 37.29 18.39 39.12 -
YUV 85.64 175.05 225.26 -
System Red Green Blue C M Y K H S L
Decimal 222 0 169 0 1 0.24 0.13 314.32 1 0.44
Hex DE 0 A9 0 64 18 D 13A 64 2C
Octal 336 0 251 0 144 30 15 472 144 54
Binary 11011110 0 10101001 0 1100100 11000 1101 100111010 1100100 101100

Color Harmonies of #DE00A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00A9

Black with #DE00A9

Text Example


Text Example

White with #DE00A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00A9; }

 p { color: rgb(222,0,169); }

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

background-color css

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

 a { background-color: rgb(222,0,169); }

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

border-color css

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

 span { border-color: rgb(222,0,169); }

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