Html Css Color HEX #DC0499 Hollywood Cerise

📋 copy color: '#DC0499'

red 220 ◦ green 4 ◦ blue 153

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

Shades of Hollywood Cerise #DC0499

Tints of Hollywood Cerise #DC0499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 58.36%
G = 1.06%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC0499 (or 0xDC0499) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 99. RGB value is (220,4,153). Sum of RGB (Red+Green+Blue) = 220+4+153=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0499 is #23FB66. Grayscale: #555555. Windows color (decimal): -2358119 or 10028252. OLE color: 10028252.

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

Color convert

RGB 220 4 153 -
CMYK 0 0.98 0.30 0.14
HSL 318.61º 0.96% 0.44% -
HSV(B) 318.61º 0.98% 0.86% -
XYZ 35.31 17.6 31.67 -
YUV 85.57 166.06 223.88 -
System Red Green Blue C M Y K H S L
Decimal 220 4 153 0 0.98 0.30 0.14 318.61 0.96 0.44
Hex DC 4 99 0 62 1E E 13F 60 2C
Octal 334 4 231 0 142 36 16 477 140 54
Binary 11011100 100 10011001 0 1100010 11110 1110 100111111 1100000 101100

Color Harmonies of #DC0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0499

Black with #DC0499

Text Example


Text Example

White with #DC0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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