Html Css Color HEX #DE00A8 Hollywood Cerise

📋 copy color: '#DE00A8'

red 222 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #DE00A8

Tints of Hollywood Cerise #DE00A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 56.92%
G = 0%
B = 43.08%

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

#DE00A8 (or 0xDE00A8) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A8. RGB value is (222,0,168). Sum of RGB (Red+Green+Blue) = 222+0+168=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A8 is #21FF57. Grayscale: #555555. Windows color (decimal): -2228056 or 11010270. OLE color: 11010270.

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

Color convert

RGB 222 0 168 -
CMYK 0 1 0.24 0.13
HSL 314.59º 1% 0.44% -
HSV(B) 314.59º 1% 0.87% -
XYZ 37.19 18.36 38.63 -
YUV 85.53 174.55 225.34 -
System Red Green Blue C M Y K H S L
Decimal 222 0 168 0 1 0.24 0.13 314.59 1 0.44
Hex DE 0 A8 0 64 18 D 13B 64 2C
Octal 336 0 250 0 144 30 15 473 144 54
Binary 11011110 0 10101000 0 1100100 11000 1101 100111011 1100100 101100

Color Harmonies of #DE00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00A8

Black with #DE00A8

Text Example


Text Example

White with #DE00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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