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