Shades of Hollywood Cerise #DF009B
Tints of Hollywood Cerise #DF009B
RGB
CMYK
RGB Variations
Color information
#DF009B (or 0xDF009B) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9B. RGB value is (223,0,155). Sum of RGB (Red+Green+Blue) = 223+0+155=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009B is #20FF64. Grayscale: #535353. Windows color (decimal): -2162533 or 10158303. OLE color: 10158303.
HSL color Cylindrical-coordinate representation of color #DF009B: hue angle of 318.3º 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 #DF009B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.30 | 0.13 |
| HSL | 318.3º | 1% | 0.44% | - |
| HSV(B) | 318.3º | 1% | 0.87% | - |
| XYZ | 36.35 | 18.05 | 32.58 | - |
| YUV | 84.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 155 | 0 | 1 | 0.30 | 0.13 | 318.3 | 1 | 0.44 |
| Hex | DF | 0 | 9B | 0 | 64 | 1E | D | 13E | 64 | 2C |
| Octal | 337 | 0 | 233 | 0 | 144 | 36 | 15 | 476 | 144 | 54 |
| Binary | 11011111 | 0 | 10011011 | 0 | 1100100 | 11110 | 1101 | 100111110 | 1100100 | 101100 |
Color Harmonies of #DF009B
Complementary color
Monochromatic Colors of #DF009B
Black with #DF009B
Text Example
Text Example
White with #DF009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF009B; }
p { color: rgb(223,0,155); }
H1.HeaderClassName
{
color: #DF009B;
}
.AnyTagClassName
{
color: #DF009B;
}
</style>
background-color css
<style>
a { background-color: #DF009B; }
a { background-color: rgb(223,0,155); }
div.DivClassName
{
background-color: #DF009B;
}
.BgClassName
{
background-color: #DF009B;
}
</style>
border-color css
<style>
span { border-color: #DF009B; }
span { border-color: rgb(223,0,155); }
td.TdClassName
{
border-color: #DF009B;
}
.TagClassName
{
border-color: #DF009B;
}
</style>