Html Css Color HEX #DE009A Hollywood Cerise

📋 copy color: '#DE009A'

red 222 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #DE009A

Tints of Hollywood Cerise #DE009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 59.04%
G = 0%
B = 40.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE009A (or 0xDE009A) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 9A. RGB value is (222,0,154). Sum of RGB (Red+Green+Blue) = 222+0+154=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE009A is #21FF65. Grayscale: #535353. Windows color (decimal): -2228070 or 10092766. OLE color: 10092766.

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

Color convert

RGB 222 0 154 -
CMYK 0 1 0.31 0.13
HSL 318.38º 1% 0.44% -
HSV(B) 318.38º 1% 0.87% -
XYZ 35.96 17.86 32.12 -
YUV 83.93 167.55 226.48 -
System Red Green Blue C M Y K H S L
Decimal 222 0 154 0 1 0.31 0.13 318.38 1 0.44
Hex DE 0 9A 0 64 1F D 13E 64 2C
Octal 336 0 232 0 144 37 15 476 144 54
Binary 11011110 0 10011010 0 1100100 11111 1101 100111110 1100100 101100

Color Harmonies of #DE009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE009A

Black with #DE009A

Text Example


Text Example

White with #DE009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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