Shades of Hollywood Cerise #DF0695
Tints of Hollywood Cerise #DF0695
RGB
CMYK
RGB Variations
Color information
#DF0695 (or 0xDF0695) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 95. RGB value is (223,6,149). Sum of RGB (Red+Green+Blue) = 223+6+149=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0695 is #20F96A. Grayscale: #565656. Windows color (decimal): -2161003 or 9766623. OLE color: 9766623.
HSL color Cylindrical-coordinate representation of color #DF0695: hue angle of 320.46º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0695 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.13 |
| HSL | 320.46º | 0.95% | 0.45% | - |
| HSV(B) | 320.46º | 0.97% | 0.87% | - |
| XYZ | 35.92 | 17.99 | 30.01 | - |
| YUV | 87.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 149 | 0 | 0.97 | 0.33 | 0.13 | 320.46 | 0.95 | 0.45 |
| Hex | DF | 6 | 95 | 0 | 61 | 21 | D | 140 | 5F | 2D |
| Octal | 337 | 6 | 225 | 0 | 141 | 41 | 15 | 500 | 137 | 55 |
| Binary | 11011111 | 110 | 10010101 | 0 | 1100001 | 100001 | 1101 | 101000000 | 1011111 | 101101 |
Color Harmonies of #DF0695
Complementary color
Monochromatic Colors of #DF0695
Black with #DF0695
Text Example
Text Example
White with #DF0695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0695; }
p { color: rgb(223,6,149); }
H1.HeaderClassName
{
color: #DF0695;
}
.AnyTagClassName
{
color: #DF0695;
}
</style>
background-color css
<style>
a { background-color: #DF0695; }
a { background-color: rgb(223,6,149); }
div.DivClassName
{
background-color: #DF0695;
}
.BgClassName
{
background-color: #DF0695;
}
</style>
border-color css
<style>
span { border-color: #DF0695; }
span { border-color: rgb(223,6,149); }
td.TdClassName
{
border-color: #DF0695;
}
.TagClassName
{
border-color: #DF0695;
}
</style>