Html Css Color HEX #D8029C Hollywood Cerise

📋 copy color: '#D8029C'

red 216 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #D8029C

Tints of Hollywood Cerise #D8029C

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 value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8029C (or 0xD8029C) is known color: 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

RGB 216 2 156 -
CMYK 0 0.99 0.28 0.15
HSL 316.82º 0.98% 0.43% -
HSV(B) 316.82º 0.99% 0.85% -
XYZ 34.34 17.04 32.93 -
YUV 83.54 168.9 222.48 -
System Red Green Blue C M Y K H S L
Decimal 216 2 156 0 0.99 0.28 0.15 316.82 0.98 0.43
Hex D8 2 9C 0 63 1C F 13D 62 2B
Octal 330 2 234 0 143 34 17 475 142 53
Binary 11011000 10 10011100 0 1100011 11100 1111 100111101 1100010 101011

Color Harmonies of #D8029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8029C

Black with #D8029C

Text Example


Text Example

White with #D8029C

Text Example


Text Example

HTML Codes & Css Web 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>