Shades of Hollywood Cerise #DF0195
Tints of Hollywood Cerise #DF0195
RGB
CMYK
RGB Variations
Color information
#DF0195 (or 0xDF0195) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 95. RGB value is (223,1,149). Sum of RGB (Red+Green+Blue) = 223+1+149=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0195 is #20FE6A. Grayscale: #535353. Windows color (decimal): -2162283 or 9765343. OLE color: 9765343.
HSL color Cylindrical-coordinate representation of color #DF0195: hue angle of 320º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0195 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.13 |
| HSL | 320º | 0.99% | 0.44% | - |
| HSV(B) | 320º | 1% | 0.87% | - |
| XYZ | 35.87 | 17.88 | 29.99 | - |
| YUV | 84.25 | 164.55 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 149 | 0 | 1.00 | 0.33 | 0.13 | 320 | 0.99 | 0.44 |
| Hex | DF | 1 | 95 | 0 | 64 | 21 | D | 140 | 63 | 2C |
| Octal | 337 | 1 | 225 | 0 | 144 | 41 | 15 | 500 | 143 | 54 |
| Binary | 11011111 | 1 | 10010101 | 0 | 1100100 | 100001 | 1101 | 101000000 | 1100011 | 101100 |
Color Harmonies of #DF0195
Complementary color
Monochromatic Colors of #DF0195
Black with #DF0195
Text Example
Text Example
White with #DF0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0195; }
p { color: rgb(223,1,149); }
H1.HeaderClassName
{
color: #DF0195;
}
.AnyTagClassName
{
color: #DF0195;
}
</style>
background-color css
<style>
a { background-color: #DF0195; }
a { background-color: rgb(223,1,149); }
div.DivClassName
{
background-color: #DF0195;
}
.BgClassName
{
background-color: #DF0195;
}
</style>
border-color css
<style>
span { border-color: #DF0195; }
span { border-color: rgb(223,1,149); }
td.TdClassName
{
border-color: #DF0195;
}
.TagClassName
{
border-color: #DF0195;
}
</style>