Html Css Color HEX #D8009F Hollywood Cerise

📋 copy color: '#D8009F'

red 216 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #D8009F

Tints of Hollywood Cerise #D8009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 57.6%
G = 0%
B = 42.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8009F (or 0xD8009F) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 9F. RGB value is (216,0,159). Sum of RGB (Red+Green+Blue) = 216+0+159=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8009F is #27FF60. Grayscale: #525252. Windows color (decimal): -2621281 or 10420440. OLE color: 10420440.

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

Color convert

RGB 216 0 159 -
CMYK 0 1 0.26 0.15
HSL 315.83º 1% 0.42% -
HSV(B) 315.83º 1% 0.85% -
XYZ 34.58 17.1 34.28 -
YUV 82.71 171.06 223.07 -
System Red Green Blue C M Y K H S L
Decimal 216 0 159 0 1 0.26 0.15 315.83 1 0.42
Hex D8 0 9F 0 64 1A F 13C 64 2A
Octal 330 0 237 0 144 32 17 474 144 52
Binary 11011000 0 10011111 0 1100100 11010 1111 100111100 1100100 101010

Color Harmonies of #D8009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8009F

Black with #D8009F

Text Example


Text Example

White with #D8009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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