Shades of Hollywood Cerise #DF069E
Tints of Hollywood Cerise #DF069E
RGB
CMYK
RGB Variations
Color information
#DF069E (or 0xDF069E) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 9E. RGB value is (223,6,158). Sum of RGB (Red+Green+Blue) = 223+6+158=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF069E is #20F961. Grayscale: #575757. Windows color (decimal): -2160994 or 10356447. OLE color: 10356447.
HSL color Cylindrical-coordinate representation of color #DF069E: hue angle of 317.97º 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 #DF069E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.13 |
| HSL | 317.97º | 0.95% | 0.45% | - |
| HSV(B) | 317.97º | 0.97% | 0.87% | - |
| XYZ | 36.67 | 18.29 | 33.94 | - |
| YUV | 88.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 158 | 0 | 0.97 | 0.29 | 0.13 | 317.97 | 0.95 | 0.45 |
| Hex | DF | 6 | 9E | 0 | 61 | 1D | D | 13E | 5F | 2D |
| Octal | 337 | 6 | 236 | 0 | 141 | 35 | 15 | 476 | 137 | 55 |
| Binary | 11011111 | 110 | 10011110 | 0 | 1100001 | 11101 | 1101 | 100111110 | 1011111 | 101101 |
Color Harmonies of #DF069E
Complementary color
Monochromatic Colors of #DF069E
Black with #DF069E
Text Example
Text Example
White with #DF069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF069E; }
p { color: rgb(223,6,158); }
H1.HeaderClassName
{
color: #DF069E;
}
.AnyTagClassName
{
color: #DF069E;
}
</style>
background-color css
<style>
a { background-color: #DF069E; }
a { background-color: rgb(223,6,158); }
div.DivClassName
{
background-color: #DF069E;
}
.BgClassName
{
background-color: #DF069E;
}
</style>
border-color css
<style>
span { border-color: #DF069E; }
span { border-color: rgb(223,6,158); }
td.TdClassName
{
border-color: #DF069E;
}
.TagClassName
{
border-color: #DF069E;
}
</style>