Html Css Color HEX #DE09AA Hollywood Cerise

📋 copy color: '#DE09AA'

red 222 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #DE09AA

Tints of Hollywood Cerise #DE09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 55.36%
G = 2.24%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE09AA (or 0xDE09AA) is known color: Hollywood Cerise. HEX triplet: DE, 09 and AA. RGB value is (222,9,170). Sum of RGB (Red+Green+Blue) = 222+9+170=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09AA is #21F655. Grayscale: #5A5A5A. Windows color (decimal): -2225750 or 11143646. OLE color: 11143646.

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

Color convert

RGB 222 9 170 -
CMYK 0 0.96 0.23 0.13
HSL 314.65º 0.92% 0.45% -
HSV(B) 314.65º 0.96% 0.87% -
XYZ 37.48 18.63 39.65 -
YUV 91.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 222 9 170 0 0.96 0.23 0.13 314.65 0.92 0.45
Hex DE 9 AA 0 60 17 D 13B 5C 2D
Octal 336 11 252 0 140 27 15 473 134 55
Binary 11011110 1001 10101010 0 1100000 10111 1101 100111011 1011100 101101

Color Harmonies of #DE09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09AA

Black with #DE09AA

Text Example


Text Example

White with #DE09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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