Shades of Hollywood Cerise #DF0C9B
Tints of Hollywood Cerise #DF0C9B
RGB
CMYK
RGB Variations
Color information
#DF0C9B (or 0xDF0C9B) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 9B. RGB value is (223,12,155). Sum of RGB (Red+Green+Blue) = 223+12+155=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C9B is #20F364. Grayscale: #5B5B5B. Windows color (decimal): -2159461 or 10161375. OLE color: 10161375.
HSL color Cylindrical-coordinate representation of color #DF0C9B: hue angle of 319.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C9B is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 155 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.13 |
| HSL | 319.34º | 0.9% | 0.46% | - |
| HSV(B) | 319.34º | 0.95% | 0.87% | - |
| XYZ | 36.48 | 18.32 | 32.62 | - |
| YUV | 91.39 | 163.9 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 155 | 0 | 0.95 | 0.30 | 0.13 | 319.34 | 0.9 | 0.46 |
| Hex | DF | C | 9B | 0 | 5F | 1E | D | 13F | 5A | 2E |
| Octal | 337 | 14 | 233 | 0 | 137 | 36 | 15 | 477 | 132 | 56 |
| Binary | 11011111 | 1100 | 10011011 | 0 | 1011111 | 11110 | 1101 | 100111111 | 1011010 | 101110 |
Color Harmonies of #DF0C9B
Complementary color
Monochromatic Colors of #DF0C9B
Black with #DF0C9B
Text Example
Text Example
White with #DF0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C9B; }
p { color: rgb(223,12,155); }
H1.HeaderClassName
{
color: #DF0C9B;
}
.AnyTagClassName
{
color: #DF0C9B;
}
</style>
background-color css
<style>
a { background-color: #DF0C9B; }
a { background-color: rgb(223,12,155); }
div.DivClassName
{
background-color: #DF0C9B;
}
.BgClassName
{
background-color: #DF0C9B;
}
</style>
border-color css
<style>
span { border-color: #DF0C9B; }
span { border-color: rgb(223,12,155); }
td.TdClassName
{
border-color: #DF0C9B;
}
.TagClassName
{
border-color: #DF0C9B;
}
</style>