Html Css Color HEX #DC059E Hollywood Cerise

📋 copy color: '#DC059E'

red 220 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #DC059E

Tints of Hollywood Cerise #DC059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 57.44%
G = 1.31%
B = 41.25%

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

#DC059E (or 0xDC059E) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 9E. RGB value is (220,5,158). Sum of RGB (Red+Green+Blue) = 220+5+158=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC059E is #23FA61. Grayscale: #565656. Windows color (decimal): -2357858 or 10356188. OLE color: 10356188.

HSL color Cylindrical-coordinate representation of color #DC059E: hue angle of 317.3º 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 #DC059E is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 158 -
CMYK 0 0.98 0.28 0.14
HSL 317.3º 0.96% 0.44% -
HSV(B) 317.3º 0.98% 0.86% -
XYZ 35.74 17.79 33.9 -
YUV 86.73 168.23 223.06 -
System Red Green Blue C M Y K H S L
Decimal 220 5 158 0 0.98 0.28 0.14 317.3 0.96 0.44
Hex DC 5 9E 0 62 1C E 13D 60 2C
Octal 334 5 236 0 142 34 16 475 140 54
Binary 11011100 101 10011110 0 1100010 11100 1110 100111101 1100000 101100

Color Harmonies of #DC059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC059E

Black with #DC059E

Text Example


Text Example

White with #DC059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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