Html Css Color HEX #D9009E Hollywood Cerise

📋 copy color: '#D9009E'

red 217 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D9009E

Tints of Hollywood Cerise #D9009E

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 57.87%
G = 0%
B = 42.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9009E (or 0xD9009E) is known color: Hollywood Cerise. HEX triplet: D9, 00 and 9E. RGB value is (217,0,158). Sum of RGB (Red+Green+Blue) = 217+0+158=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9009E is #26FF61. Grayscale: #525252. Windows color (decimal): -2555746 or 10354905. OLE color: 10354905.

HSL color Cylindrical-coordinate representation of color #D9009E: hue angle of 316.31º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9009E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 158 -
CMYK 0 1 0.27 0.15
HSL 316.31º 1% 0.43% -
HSV(B) 316.31º 1% 0.85% -
XYZ 34.79 17.22 33.84 -
YUV 82.9 170.39 223.65 -
System Red Green Blue C M Y K H S L
Decimal 217 0 158 0 1 0.27 0.15 316.31 1 0.43
Hex D9 0 9E 0 64 1B F 13C 64 2B
Octal 331 0 236 0 144 33 17 474 144 53
Binary 11011001 0 10011110 0 1100100 11011 1111 100111100 1100100 101011

Color Harmonies of #D9009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9009E

Black with #D9009E

Text Example


Text Example

White with #D9009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9009E; }

 p { color: rgb(217,0,158); }

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

background-color css

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

 a { background-color: rgb(217,0,158); }

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

border-color css

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

 span { border-color: rgb(217,0,158); }

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