Html Css Color HEX #DC0597 Hollywood Cerise

📋 copy color: '#DC0597'

red 220 ◦ green 5 ◦ blue 151

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

Shades of Hollywood Cerise #DC0597

Tints of Hollywood Cerise #DC0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 58.51%
G = 1.33%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0597 (or 0xDC0597) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 97. RGB value is (220,5,151). Sum of RGB (Red+Green+Blue) = 220+5+151=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0597 is #23FA68. Grayscale: #555555. Windows color (decimal): -2357865 or 9897436. OLE color: 9897436.

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

Color convert

RGB 220 5 151 -
CMYK 0 0.98 0.31 0.14
HSL 319.26º 0.96% 0.44% -
HSV(B) 319.26º 0.98% 0.86% -
XYZ 35.16 17.56 30.81 -
YUV 85.93 164.73 223.63 -
System Red Green Blue C M Y K H S L
Decimal 220 5 151 0 0.98 0.31 0.14 319.26 0.96 0.44
Hex DC 5 97 0 62 1F E 13F 60 2C
Octal 334 5 227 0 142 37 16 477 140 54
Binary 11011100 101 10010111 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DC0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0597

Black with #DC0597

Text Example


Text Example

White with #DC0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0597; }

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

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

background-color css

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

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

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

border-color css

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

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

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