Html Css Color HEX #DC059F Hollywood Cerise

📋 copy color: '#DC059F'

red 220 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #DC059F

Tints of Hollywood Cerise #DC059F

RGB

 RED value IS 220 (86.33% from 255) = 57.29%

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

 BLUE value IS 159 (62.5% from 255) = 41.41%

R = 57.29%
G = 1.3%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC059F (or 0xDC059F) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 9F. RGB value is (220,5,159). Sum of RGB (Red+Green+Blue) = 220+5+159=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC059F is #23FA60. Grayscale: #565656. Windows color (decimal): -2357857 or 10421724. OLE color: 10421724.

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

Color convert

RGB 220 5 159 -
CMYK 0 0.98 0.28 0.14
HSL 317.02º 0.96% 0.44% -
HSV(B) 317.02º 0.98% 0.86% -
XYZ 35.83 17.83 34.35 -
YUV 86.84 168.73 222.98 -
System Red Green Blue C M Y K H S L
Decimal 220 5 159 0 0.98 0.28 0.14 317.02 0.96 0.44
Hex DC 5 9F 0 62 1C E 13D 60 2C
Octal 334 5 237 0 142 34 16 475 140 54
Binary 11011100 101 10011111 0 1100010 11100 1110 100111101 1100000 101100

Color Harmonies of #DC059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC059F

Black with #DC059F

Text Example


Text Example

White with #DC059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC059F; }

 p { color: rgb(220,5,159); }

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

background-color css

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

 a { background-color: rgb(220,5,159); }

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

border-color css

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

 span { border-color: rgb(220,5,159); }

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