Html Css Color HEX #DC0596 Hollywood Cerise

📋 copy color: '#DC0596'

red 220 ◦ green 5 ◦ blue 150

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

Shades of Hollywood Cerise #DC0596

Tints of Hollywood Cerise #DC0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40%

R = 58.67%
G = 1.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0596 (or 0xDC0596) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 96. RGB value is (220,5,150). Sum of RGB (Red+Green+Blue) = 220+5+150=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0596 is #23FA69. Grayscale: #555555. Windows color (decimal): -2357866 or 9831900. OLE color: 9831900.

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

Color convert

RGB 220 5 150 -
CMYK 0 0.98 0.32 0.14
HSL 319.53º 0.96% 0.44% -
HSV(B) 319.53º 0.98% 0.86% -
XYZ 35.07 17.53 30.39 -
YUV 85.82 164.23 223.71 -
System Red Green Blue C M Y K H S L
Decimal 220 5 150 0 0.98 0.32 0.14 319.53 0.96 0.44
Hex DC 5 96 0 62 20 E 140 60 2C
Octal 334 5 226 0 142 40 16 500 140 54
Binary 11011100 101 10010110 0 1100010 100000 1110 101000000 1100000 101100

Color Harmonies of #DC0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0596

Black with #DC0596

Text Example


Text Example

White with #DC0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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