Html Css Color HEX #D8009E Hollywood Cerise

📋 copy color: '#D8009E'

red 216 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D8009E

Tints of Hollywood Cerise #D8009E

RGB

 RED value IS 216 (84.77% from 255) = 57.75%

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

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

R = 57.75%
G = 0%
B = 42.25%

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

#D8009E (or 0xD8009E) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 9E. RGB value is (216,0,158). Sum of RGB (Red+Green+Blue) = 216+0+158=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8009E is #27FF61. Grayscale: #525252. Windows color (decimal): -2621282 or 10354904. OLE color: 10354904.

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

Color convert

RGB 216 0 158 -
CMYK 0 1 0.27 0.15
HSL 316.11º 1% 0.42% -
HSV(B) 316.11º 1% 0.85% -
XYZ 34.49 17.07 33.82 -
YUV 82.6 170.56 223.15 -
System Red Green Blue C M Y K H S L
Decimal 216 0 158 0 1 0.27 0.15 316.11 1 0.42
Hex D8 0 9E 0 64 1B F 13C 64 2A
Octal 330 0 236 0 144 33 17 474 144 52
Binary 11011000 0 10011110 0 1100100 11011 1111 100111100 1100100 101010

Color Harmonies of #D8009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8009E

Black with #D8009E

Text Example


Text Example

White with #D8009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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