#D8029C

Color #D8029C Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #D8029C

Tints of Hollywood Cerise #D8029C

Color information

#D8029C (or 0xD8029C) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 02 and 9C. RGB value is (216,2,156). Sum of RGB (Red+Green+Blue) = 216+2+156=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8029C is #27FD63. Grayscale: #535353. Windows color (decimal): -2620772 or 10224344. OLE color: 10224344.

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

Color convert

RGB2162156-
CMYK00.990.280.15
HSL316.82º98.17%42.75%-
HSV(B)316.82º99.07%84.71%-
XYZ34.3417.0432.93-
YUV83.54168.9222.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.75%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=57.75%
G=0.53%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216215600.990.280.15316.8298.1742.75
HexD829C0631CF13d622b
Octal33022340143341747514253
Binary110110001010011100011000111110011111001111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8029C; }

 p { color: rgb(216,2,156); }

 H1.HeaderClassName
 {
   color: #D8029C;
 }
 .AnyTagClassName
 {
   color: #D8029C;
 }
</style>
background-color css

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

 a { background-color: rgb(216,2,156); }

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

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

 span { border-color: rgb(216,2,156); }

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