Shades of Hollywood Cerise #DC09A0
Tints of Hollywood Cerise #DC09A0
RGB
CMYK
RGB Variations
Color information
#DC09A0 (or 0xDC09A0) is known color: Hollywood Cerise. HEX triplet: DC, 09 and A0. RGB value is (220,9,160). Sum of RGB (Red+Green+Blue) = 220+9+160=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09A0 is #23F65F. Grayscale: #585858. Windows color (decimal): -2356832 or 10488284. OLE color: 10488284.
HSL color Cylindrical-coordinate representation of color #DC09A0: hue angle of 317.06º 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 #DC09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.14 |
| HSL | 317.06º | 0.92% | 0.45% | - |
| HSV(B) | 317.06º | 0.96% | 0.86% | - |
| XYZ | 35.96 | 17.95 | 34.83 | - |
| YUV | 89.3 | 167.9 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 160 | 0 | 0.96 | 0.27 | 0.14 | 317.06 | 0.92 | 0.45 |
| Hex | DC | 9 | A0 | 0 | 60 | 1B | E | 13D | 5C | 2D |
| Octal | 334 | 11 | 240 | 0 | 140 | 33 | 16 | 475 | 134 | 55 |
| Binary | 11011100 | 1001 | 10100000 | 0 | 1100000 | 11011 | 1110 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DC09A0
Complementary color
Monochromatic Colors of #DC09A0
Black with #DC09A0
Text Example
Text Example
White with #DC09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09A0; }
p { color: rgb(220,9,160); }
H1.HeaderClassName
{
color: #DC09A0;
}
.AnyTagClassName
{
color: #DC09A0;
}
</style>
background-color css
<style>
a { background-color: #DC09A0; }
a { background-color: rgb(220,9,160); }
div.DivClassName
{
background-color: #DC09A0;
}
.BgClassName
{
background-color: #DC09A0;
}
</style>
border-color css
<style>
span { border-color: #DC09A0; }
span { border-color: rgb(220,9,160); }
td.TdClassName
{
border-color: #DC09A0;
}
.TagClassName
{
border-color: #DC09A0;
}
</style>