Shades of Hollywood Cerise #DC09AA
Tints of Hollywood Cerise #DC09AA
RGB
CMYK
RGB Variations
Color information
#DC09AA (or 0xDC09AA) is known color: Hollywood Cerise. HEX triplet: DC, 09 and AA. RGB value is (220,9,170). Sum of RGB (Red+Green+Blue) = 220+9+170=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09AA is #23F655. Grayscale: #5A5A5A. Windows color (decimal): -2356822 or 11143644. OLE color: 11143644.
HSL color Cylindrical-coordinate representation of color #DC09AA: hue angle of 314.22º 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 #DC09AA is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.14 |
| HSL | 314.22º | 0.92% | 0.45% | - |
| HSV(B) | 314.22º | 0.96% | 0.86% | - |
| XYZ | 36.87 | 18.31 | 39.62 | - |
| YUV | 90.44 | 172.9 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 170 | 0 | 0.96 | 0.23 | 0.14 | 314.22 | 0.92 | 0.45 |
| Hex | DC | 9 | AA | 0 | 60 | 17 | E | 13A | 5C | 2D |
| Octal | 334 | 11 | 252 | 0 | 140 | 27 | 16 | 472 | 134 | 55 |
| Binary | 11011100 | 1001 | 10101010 | 0 | 1100000 | 10111 | 1110 | 100111010 | 1011100 | 101101 |
Color Harmonies of #DC09AA
Complementary color
Monochromatic Colors of #DC09AA
Black with #DC09AA
Text Example
Text Example
White with #DC09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09AA; }
p { color: rgb(220,9,170); }
H1.HeaderClassName
{
color: #DC09AA;
}
.AnyTagClassName
{
color: #DC09AA;
}
</style>
background-color css
<style>
a { background-color: #DC09AA; }
a { background-color: rgb(220,9,170); }
div.DivClassName
{
background-color: #DC09AA;
}
.BgClassName
{
background-color: #DC09AA;
}
</style>
border-color css
<style>
span { border-color: #DC09AA; }
span { border-color: rgb(220,9,170); }
td.TdClassName
{
border-color: #DC09AA;
}
.TagClassName
{
border-color: #DC09AA;
}
</style>