Html Css Color HEX #D9059C Hollywood Cerise

📋 copy color: '#D9059C'

red 217 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #D9059C

Tints of Hollywood Cerise #D9059C

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

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

R = 57.41%
G = 1.32%
B = 41.27%

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

#D9059C (or 0xD9059C) is known color: Hollywood Cerise. HEX triplet: D9, 05 and 9C. RGB value is (217,5,156). Sum of RGB (Red+Green+Blue) = 217+5+156=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9059C is #26FA63. Grayscale: #555555. Windows color (decimal): -2554468 or 10225113. OLE color: 10225113.

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

Color convert

RGB 217 5 156 -
CMYK 0 0.98 0.28 0.15
HSL 317.26º 0.95% 0.44% -
HSV(B) 317.26º 0.98% 0.85% -
XYZ 34.67 17.26 32.96 -
YUV 85.6 167.74 221.72 -
System Red Green Blue C M Y K H S L
Decimal 217 5 156 0 0.98 0.28 0.15 317.26 0.95 0.44
Hex D9 5 9C 0 62 1C F 13D 5F 2C
Octal 331 5 234 0 142 34 17 475 137 54
Binary 11011001 101 10011100 0 1100010 11100 1111 100111101 1011111 101100

Color Harmonies of #D9059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9059C

Black with #D9059C

Text Example


Text Example

White with #D9059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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