Html Css Color HEX #DC0497 Hollywood Cerise

📋 copy color: '#DC0497'

red 220 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #DC0497

Tints of Hollywood Cerise #DC0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 58.67%
G = 1.07%
B = 40.27%

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

#DC0497 (or 0xDC0497) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 97. RGB value is (220,4,151). Sum of RGB (Red+Green+Blue) = 220+4+151=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0497 is #23FB68. Grayscale: #545454. Windows color (decimal): -2358121 or 9897180. OLE color: 9897180.

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

Color convert

RGB 220 4 151 -
CMYK 0 0.98 0.31 0.14
HSL 319.17º 0.96% 0.44% -
HSV(B) 319.17º 0.98% 0.86% -
XYZ 35.14 17.54 30.81 -
YUV 85.34 165.06 224.05 -
System Red Green Blue C M Y K H S L
Decimal 220 4 151 0 0.98 0.31 0.14 319.17 0.96 0.44
Hex DC 4 97 0 62 1F E 13F 60 2C
Octal 334 4 227 0 142 37 16 477 140 54
Binary 11011100 100 10010111 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DC0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0497

Black with #DC0497

Text Example


Text Example

White with #DC0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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