Shades of Hollywood Cerise #DC09AC
Tints of Hollywood Cerise #DC09AC
RGB
CMYK
RGB Variations
Color information
#DC09AC (or 0xDC09AC) is known color: Hollywood Cerise. HEX triplet: DC, 09 and AC. RGB value is (220,9,172). Sum of RGB (Red+Green+Blue) = 220+9+172=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09AC is #23F653. Grayscale: #5A5A5A. Windows color (decimal): -2356820 or 11274716. OLE color: 11274716.
HSL color Cylindrical-coordinate representation of color #DC09AC: hue angle of 313.65º 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 #DC09AC is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.14 |
| HSL | 313.65º | 0.92% | 0.45% | - |
| HSV(B) | 313.65º | 0.96% | 0.86% | - |
| XYZ | 37.06 | 18.39 | 40.63 | - |
| YUV | 90.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 172 | 0 | 0.96 | 0.22 | 0.14 | 313.65 | 0.92 | 0.45 |
| Hex | DC | 9 | AC | 0 | 60 | 16 | E | 13A | 5C | 2D |
| Octal | 334 | 11 | 254 | 0 | 140 | 26 | 16 | 472 | 134 | 55 |
| Binary | 11011100 | 1001 | 10101100 | 0 | 1100000 | 10110 | 1110 | 100111010 | 1011100 | 101101 |
Color Harmonies of #DC09AC
Complementary color
Monochromatic Colors of #DC09AC
Black with #DC09AC
Text Example
Text Example
White with #DC09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09AC; }
p { color: rgb(220,9,172); }
H1.HeaderClassName
{
color: #DC09AC;
}
.AnyTagClassName
{
color: #DC09AC;
}
</style>
background-color css
<style>
a { background-color: #DC09AC; }
a { background-color: rgb(220,9,172); }
div.DivClassName
{
background-color: #DC09AC;
}
.BgClassName
{
background-color: #DC09AC;
}
</style>
border-color css
<style>
span { border-color: #DC09AC; }
span { border-color: rgb(220,9,172); }
td.TdClassName
{
border-color: #DC09AC;
}
.TagClassName
{
border-color: #DC09AC;
}
</style>