Html Css Color HEX #DC0999 Hollywood Cerise

📋 copy color: '#DC0999'

red 220 ◦ green 9 ◦ blue 153

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

Shades of Hollywood Cerise #DC0999

Tints of Hollywood Cerise #DC0999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 57.59%
G = 2.36%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC0999 (or 0xDC0999) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 99. RGB value is (220,9,153). Sum of RGB (Red+Green+Blue) = 220+9+153=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0999 is #23F666. Grayscale: #585858. Windows color (decimal): -2356839 or 10029532. OLE color: 10029532.

HSL color Cylindrical-coordinate representation of color #DC0999: hue angle of 319.05º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0999 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 153 -
CMYK 0 0.96 0.30 0.14
HSL 319.05º 0.92% 0.45% -
HSV(B) 319.05º 0.96% 0.86% -
XYZ 35.36 17.71 31.69 -
YUV 88.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 220 9 153 0 0.96 0.30 0.14 319.05 0.92 0.45
Hex DC 9 99 0 60 1E E 13F 5C 2D
Octal 334 11 231 0 140 36 16 477 134 55
Binary 11011100 1001 10011001 0 1100000 11110 1110 100111111 1011100 101101

Color Harmonies of #DC0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0999

Black with #DC0999

Text Example


Text Example

White with #DC0999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0999; }

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

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

background-color css

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

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

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

border-color css

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

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

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