Html Css Color HEX #D8059C Hollywood Cerise

📋 copy color: '#D8059C'

red 216 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #D8059C

Tints of Hollywood Cerise #D8059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 57.29%
G = 1.33%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8059C (or 0xD8059C) is known color: Hollywood Cerise. HEX triplet: D8, 05 and 9C. RGB value is (216,5,156). Sum of RGB (Red+Green+Blue) = 216+5+156=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8059C is #27FA63. Grayscale: #545454. Windows color (decimal): -2620004 or 10225112. OLE color: 10225112.

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

Color convert

RGB 216 5 156 -
CMYK 0 0.98 0.28 0.15
HSL 317.06º 0.95% 0.43% -
HSV(B) 317.06º 0.98% 0.85% -
XYZ 34.37 17.11 32.94 -
YUV 85.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 216 5 156 0 0.98 0.28 0.15 317.06 0.95 0.43
Hex D8 5 9C 0 62 1C F 13D 5F 2B
Octal 330 5 234 0 142 34 17 475 137 53
Binary 11011000 101 10011100 0 1100010 11100 1111 100111101 1011111 101011

Color Harmonies of #D8059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8059C

Black with #D8059C

Text Example


Text Example

White with #D8059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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