Shades of Hollywood Cerise #DF0092
Tints of Hollywood Cerise #DF0092
RGB
CMYK
RGB Variations
Color information
#DF0092 (or 0xDF0092) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 92. RGB value is (223,0,146). Sum of RGB (Red+Green+Blue) = 223+0+146=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0092 is #20FF6D. Grayscale: #525252. Windows color (decimal): -2162542 or 9568479. OLE color: 9568479.
HSL color Cylindrical-coordinate representation of color #DF0092: hue angle of 320.72º 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 #DF0092 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.35 | 0.13 |
| HSL | 320.72º | 1% | 0.44% | - |
| HSV(B) | 320.72º | 1% | 0.87% | - |
| XYZ | 35.62 | 17.76 | 28.75 | - |
| YUV | 83.32 | 163.38 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 146 | 0 | 1 | 0.35 | 0.13 | 320.72 | 1 | 0.44 |
| Hex | DF | 0 | 92 | 0 | 64 | 23 | D | 141 | 64 | 2C |
| Octal | 337 | 0 | 222 | 0 | 144 | 43 | 15 | 501 | 144 | 54 |
| Binary | 11011111 | 0 | 10010010 | 0 | 1100100 | 100011 | 1101 | 101000001 | 1100100 | 101100 |
Color Harmonies of #DF0092
Complementary color
Monochromatic Colors of #DF0092
Black with #DF0092
Text Example
Text Example
White with #DF0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0092; }
p { color: rgb(223,0,146); }
H1.HeaderClassName
{
color: #DF0092;
}
.AnyTagClassName
{
color: #DF0092;
}
</style>
background-color css
<style>
a { background-color: #DF0092; }
a { background-color: rgb(223,0,146); }
div.DivClassName
{
background-color: #DF0092;
}
.BgClassName
{
background-color: #DF0092;
}
</style>
border-color css
<style>
span { border-color: #DF0092; }
span { border-color: rgb(223,0,146); }
td.TdClassName
{
border-color: #DF0092;
}
.TagClassName
{
border-color: #DF0092;
}
</style>