Shades of Hollywood Cerise #DF009A
Tints of Hollywood Cerise #DF009A
RGB
CMYK
RGB Variations
Color information
#DF009A (or 0xDF009A) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9A. RGB value is (223,0,154). Sum of RGB (Red+Green+Blue) = 223+0+154=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009A is #20FF65. Grayscale: #535353. Windows color (decimal): -2162534 or 10092767. OLE color: 10092767.
HSL color Cylindrical-coordinate representation of color #DF009A: hue angle of 318.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF009A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.31 | 0.13 |
| HSL | 318.57º | 1% | 0.44% | - |
| HSV(B) | 318.57º | 1% | 0.87% | - |
| XYZ | 36.26 | 18.02 | 32.14 | - |
| YUV | 84.23 | 167.38 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 154 | 0 | 1 | 0.31 | 0.13 | 318.57 | 1 | 0.44 |
| Hex | DF | 0 | 9A | 0 | 64 | 1F | D | 13F | 64 | 2C |
| Octal | 337 | 0 | 232 | 0 | 144 | 37 | 15 | 477 | 144 | 54 |
| Binary | 11011111 | 0 | 10011010 | 0 | 1100100 | 11111 | 1101 | 100111111 | 1100100 | 101100 |
Color Harmonies of #DF009A
Complementary color
Monochromatic Colors of #DF009A
Black with #DF009A
Text Example
Text Example
White with #DF009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF009A; }
p { color: rgb(223,0,154); }
H1.HeaderClassName
{
color: #DF009A;
}
.AnyTagClassName
{
color: #DF009A;
}
</style>
background-color css
<style>
a { background-color: #DF009A; }
a { background-color: rgb(223,0,154); }
div.DivClassName
{
background-color: #DF009A;
}
.BgClassName
{
background-color: #DF009A;
}
</style>
border-color css
<style>
span { border-color: #DF009A; }
span { border-color: rgb(223,0,154); }
td.TdClassName
{
border-color: #DF009A;
}
.TagClassName
{
border-color: #DF009A;
}
</style>