Html Css Color HEX #DE09A8 Hollywood Cerise

📋 copy color: '#DE09A8'

red 222 ◦ green 9 ◦ blue 168

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

Shades of Hollywood Cerise #DE09A8

Tints of Hollywood Cerise #DE09A8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

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

R = 55.64%
G = 2.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE09A8 (or 0xDE09A8) is known color: Hollywood Cerise. HEX triplet: DE, 09 and A8. RGB value is (222,9,168). Sum of RGB (Red+Green+Blue) = 222+9+168=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09A8 is #21F657. Grayscale: #5A5A5A. Windows color (decimal): -2225752 or 11012574. OLE color: 11012574.

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

Color convert

RGB 222 9 168 -
CMYK 0 0.96 0.24 0.13
HSL 315.21º 0.92% 0.45% -
HSV(B) 315.21º 0.96% 0.87% -
XYZ 37.29 18.55 38.66 -
YUV 90.81 171.57 221.57 -
System Red Green Blue C M Y K H S L
Decimal 222 9 168 0 0.96 0.24 0.13 315.21 0.92 0.45
Hex DE 9 A8 0 60 18 D 13B 5C 2D
Octal 336 11 250 0 140 30 15 473 134 55
Binary 11011110 1001 10101000 0 1100000 11000 1101 100111011 1011100 101101

Color Harmonies of #DE09A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09A8

Black with #DE09A8

Text Example


Text Example

White with #DE09A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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