Shades of Hollywood Cerise #DF068F
Tints of Hollywood Cerise #DF068F
RGB
CMYK
RGB Variations
Color information
#DF068F (or 0xDF068F) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 8F. RGB value is (223,6,143). Sum of RGB (Red+Green+Blue) = 223+6+143=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF068F is #20F970. Grayscale: #565656. Windows color (decimal): -2161009 or 9373407. OLE color: 9373407.
HSL color Cylindrical-coordinate representation of color #DF068F: hue angle of 322.12º 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 #DF068F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.13 |
| HSL | 322.12º | 0.95% | 0.45% | - |
| HSV(B) | 322.12º | 0.97% | 0.87% | - |
| XYZ | 35.45 | 17.8 | 27.55 | - |
| YUV | 86.5 | 159.89 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 143 | 0 | 0.97 | 0.36 | 0.13 | 322.12 | 0.95 | 0.45 |
| Hex | DF | 6 | 8F | 0 | 61 | 24 | D | 142 | 5F | 2D |
| Octal | 337 | 6 | 217 | 0 | 141 | 44 | 15 | 502 | 137 | 55 |
| Binary | 11011111 | 110 | 10001111 | 0 | 1100001 | 100100 | 1101 | 101000010 | 1011111 | 101101 |
Color Harmonies of #DF068F
Complementary color
Monochromatic Colors of #DF068F
Black with #DF068F
Text Example
Text Example
White with #DF068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF068F; }
p { color: rgb(223,6,143); }
H1.HeaderClassName
{
color: #DF068F;
}
.AnyTagClassName
{
color: #DF068F;
}
</style>
background-color css
<style>
a { background-color: #DF068F; }
a { background-color: rgb(223,6,143); }
div.DivClassName
{
background-color: #DF068F;
}
.BgClassName
{
background-color: #DF068F;
}
</style>
border-color css
<style>
span { border-color: #DF068F; }
span { border-color: rgb(223,6,143); }
td.TdClassName
{
border-color: #DF068F;
}
.TagClassName
{
border-color: #DF068F;
}
</style>