Html Css Color HEX #D8019E Hollywood Cerise

📋 copy color: '#D8019E'

red 216 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #D8019E

Tints of Hollywood Cerise #D8019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 57.6%
G = 0.27%
B = 42.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8019E (or 0xD8019E) is known color: Hollywood Cerise. HEX triplet: D8, 01 and 9E. RGB value is (216,1,158). Sum of RGB (Red+Green+Blue) = 216+1+158=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8019E is #27FE61. Grayscale: #525252. Windows color (decimal): -2621026 or 10355160. OLE color: 10355160.

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

Color convert

RGB 216 1 158 -
CMYK 0 1.00 0.27 0.15
HSL 316.19º 0.99% 0.43% -
HSV(B) 316.19º 1% 0.85% -
XYZ 34.5 17.09 33.83 -
YUV 83.18 170.23 222.73 -
System Red Green Blue C M Y K H S L
Decimal 216 1 158 0 1.00 0.27 0.15 316.19 0.99 0.43
Hex D8 1 9E 0 64 1B F 13C 63 2B
Octal 330 1 236 0 144 33 17 474 143 53
Binary 11011000 1 10011110 0 1100100 11011 1111 100111100 1100011 101011

Color Harmonies of #D8019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8019E

Black with #D8019E

Text Example


Text Example

White with #D8019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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