Shades of Hollywood Cerise #DC099D
Tints of Hollywood Cerise #DC099D
RGB
CMYK
RGB Variations
Color information
#DC099D (or 0xDC099D) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9D. RGB value is (220,9,157). Sum of RGB (Red+Green+Blue) = 220+9+157=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099D is #23F662. Grayscale: #585858. Windows color (decimal): -2356835 or 10291676. OLE color: 10291676.
HSL color Cylindrical-coordinate representation of color #DC099D: hue angle of 317.91º 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 #DC099D is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.14 |
| HSL | 317.91º | 0.92% | 0.45% | - |
| HSV(B) | 317.91º | 0.96% | 0.86% | - |
| XYZ | 35.7 | 17.85 | 33.46 | - |
| YUV | 88.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 157 | 0 | 0.96 | 0.29 | 0.14 | 317.91 | 0.92 | 0.45 |
| Hex | DC | 9 | 9D | 0 | 60 | 1D | E | 13E | 5C | 2D |
| Octal | 334 | 11 | 235 | 0 | 140 | 35 | 16 | 476 | 134 | 55 |
| Binary | 11011100 | 1001 | 10011101 | 0 | 1100000 | 11101 | 1110 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DC099D
Complementary color
Monochromatic Colors of #DC099D
Black with #DC099D
Text Example
Text Example
White with #DC099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC099D; }
p { color: rgb(220,9,157); }
H1.HeaderClassName
{
color: #DC099D;
}
.AnyTagClassName
{
color: #DC099D;
}
</style>
background-color css
<style>
a { background-color: #DC099D; }
a { background-color: rgb(220,9,157); }
div.DivClassName
{
background-color: #DC099D;
}
.BgClassName
{
background-color: #DC099D;
}
</style>
border-color css
<style>
span { border-color: #DC099D; }
span { border-color: rgb(220,9,157); }
td.TdClassName
{
border-color: #DC099D;
}
.TagClassName
{
border-color: #DC099D;
}
</style>