Shades of Hollywood Cerise #DC09AD
Tints of Hollywood Cerise #DC09AD
RGB
CMYK
RGB Variations
Color information
#DC09AD (or 0xDC09AD) is known color: Hollywood Cerise. HEX triplet: DC, 09 and AD. RGB value is (220,9,173). Sum of RGB (Red+Green+Blue) = 220+9+173=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09AD is #23F652. Grayscale: #5A5A5A. Windows color (decimal): -2356819 or 11340252. OLE color: 11340252.
HSL color Cylindrical-coordinate representation of color #DC09AD: hue angle of 313.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 #DC09AD is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 173 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.14 |
| HSL | 313.36º | 0.92% | 0.45% | - |
| HSV(B) | 313.36º | 0.96% | 0.86% | - |
| XYZ | 37.16 | 18.43 | 41.13 | - |
| YUV | 90.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 173 | 0 | 0.96 | 0.21 | 0.14 | 313.36 | 0.92 | 0.45 |
| Hex | DC | 9 | AD | 0 | 60 | 15 | E | 139 | 5C | 2D |
| Octal | 334 | 11 | 255 | 0 | 140 | 25 | 16 | 471 | 134 | 55 |
| Binary | 11011100 | 1001 | 10101101 | 0 | 1100000 | 10101 | 1110 | 100111001 | 1011100 | 101101 |
Color Harmonies of #DC09AD
Complementary color
Monochromatic Colors of #DC09AD
Black with #DC09AD
Text Example
Text Example
White with #DC09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09AD; }
p { color: rgb(220,9,173); }
H1.HeaderClassName
{
color: #DC09AD;
}
.AnyTagClassName
{
color: #DC09AD;
}
</style>
background-color css
<style>
a { background-color: #DC09AD; }
a { background-color: rgb(220,9,173); }
div.DivClassName
{
background-color: #DC09AD;
}
.BgClassName
{
background-color: #DC09AD;
}
</style>
border-color css
<style>
span { border-color: #DC09AD; }
span { border-color: rgb(220,9,173); }
td.TdClassName
{
border-color: #DC09AD;
}
.TagClassName
{
border-color: #DC09AD;
}
</style>