Shades of Hollywood Cerise #DF0395
Tints of Hollywood Cerise #DF0395
RGB
CMYK
RGB Variations
Color information
#DF0395 (or 0xDF0395) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 95. RGB value is (223,3,149). Sum of RGB (Red+Green+Blue) = 223+3+149=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0395 is #20FC6A. Grayscale: #555555. Windows color (decimal): -2161771 or 9765855. OLE color: 9765855.
HSL color Cylindrical-coordinate representation of color #DF0395: hue angle of 320.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0395 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.13 |
| HSL | 320.18º | 0.97% | 0.44% | - |
| HSV(B) | 320.18º | 0.99% | 0.87% | - |
| XYZ | 35.89 | 17.92 | 30 | - |
| YUV | 85.42 | 163.89 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 149 | 0 | 0.99 | 0.33 | 0.13 | 320.18 | 0.97 | 0.44 |
| Hex | DF | 3 | 95 | 0 | 63 | 21 | D | 140 | 61 | 2C |
| Octal | 337 | 3 | 225 | 0 | 143 | 41 | 15 | 500 | 141 | 54 |
| Binary | 11011111 | 11 | 10010101 | 0 | 1100011 | 100001 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DF0395
Complementary color
Monochromatic Colors of #DF0395
Black with #DF0395
Text Example
Text Example
White with #DF0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0395; }
p { color: rgb(223,3,149); }
H1.HeaderClassName
{
color: #DF0395;
}
.AnyTagClassName
{
color: #DF0395;
}
</style>
background-color css
<style>
a { background-color: #DF0395; }
a { background-color: rgb(223,3,149); }
div.DivClassName
{
background-color: #DF0395;
}
.BgClassName
{
background-color: #DF0395;
}
</style>
border-color css
<style>
span { border-color: #DF0395; }
span { border-color: rgb(223,3,149); }
td.TdClassName
{
border-color: #DF0395;
}
.TagClassName
{
border-color: #DF0395;
}
</style>