Shades of Hollywood Cerise #DC09A6
Tints of Hollywood Cerise #DC09A6
RGB
CMYK
RGB Variations
Color information
#DC09A6 (or 0xDC09A6) is known color: Hollywood Cerise. HEX triplet: DC, 09 and A6. RGB value is (220,9,166). Sum of RGB (Red+Green+Blue) = 220+9+166=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09A6 is #23F659. Grayscale: #595959. Windows color (decimal): -2356826 or 10881500. OLE color: 10881500.
HSL color Cylindrical-coordinate representation of color #DC09A6: hue angle of 315.36º 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 #DC09A6 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.14 |
| HSL | 315.36º | 0.92% | 0.45% | - |
| HSV(B) | 315.36º | 0.96% | 0.86% | - |
| XYZ | 36.5 | 18.16 | 37.66 | - |
| YUV | 89.99 | 170.9 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 166 | 0 | 0.96 | 0.25 | 0.14 | 315.36 | 0.92 | 0.45 |
| Hex | DC | 9 | A6 | 0 | 60 | 19 | E | 13B | 5C | 2D |
| Octal | 334 | 11 | 246 | 0 | 140 | 31 | 16 | 473 | 134 | 55 |
| Binary | 11011100 | 1001 | 10100110 | 0 | 1100000 | 11001 | 1110 | 100111011 | 1011100 | 101101 |
Color Harmonies of #DC09A6
Complementary color
Monochromatic Colors of #DC09A6
Black with #DC09A6
Text Example
Text Example
White with #DC09A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09A6; }
p { color: rgb(220,9,166); }
H1.HeaderClassName
{
color: #DC09A6;
}
.AnyTagClassName
{
color: #DC09A6;
}
</style>
background-color css
<style>
a { background-color: #DC09A6; }
a { background-color: rgb(220,9,166); }
div.DivClassName
{
background-color: #DC09A6;
}
.BgClassName
{
background-color: #DC09A6;
}
</style>
border-color css
<style>
span { border-color: #DC09A6; }
span { border-color: rgb(220,9,166); }
td.TdClassName
{
border-color: #DC09A6;
}
.TagClassName
{
border-color: #DC09A6;
}
</style>