Shades of Deep Cerise #DF3F86
Tints of Deep Cerise #DF3F86
RGB
CMYK
RGB Variations
Color information
#DF3F86 (or 0xDF3F86) is known color: Deep Cerise. HEX triplet: DF, 3F and 86. RGB value is (223,63,134). Sum of RGB (Red+Green+Blue) = 223+63+134=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F86 is #20C079. Grayscale: #767676. Windows color (decimal): -2146426 or 8798175. OLE color: 8798175.
HSL color Cylindrical-coordinate representation of color #DF3F86: hue angle of 333.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F86 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 134 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.13 |
| HSL | 333.38º | 0.71% | 0.56% | - |
| HSV(B) | 333.38º | 0.72% | 0.87% | - |
| XYZ | 36.51 | 20.96 | 24.68 | - |
| YUV | 118.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 134 | 0 | 0.72 | 0.40 | 0.13 | 333.38 | 0.71 | 0.56 |
| Hex | DF | 3F | 86 | 0 | 48 | 28 | D | 14D | 47 | 38 |
| Octal | 337 | 77 | 206 | 0 | 110 | 50 | 15 | 515 | 107 | 70 |
| Binary | 11011111 | 111111 | 10000110 | 0 | 1001000 | 101000 | 1101 | 101001101 | 1000111 | 111000 |
Color Harmonies of #DF3F86
Complementary color
Monochromatic Colors of #DF3F86
Black with #DF3F86
Text Example
Text Example
White with #DF3F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F86; }
p { color: rgb(223,63,134); }
H1.HeaderClassName
{
color: #DF3F86;
}
.AnyTagClassName
{
color: #DF3F86;
}
</style>
background-color css
<style>
a { background-color: #DF3F86; }
a { background-color: rgb(223,63,134); }
div.DivClassName
{
background-color: #DF3F86;
}
.BgClassName
{
background-color: #DF3F86;
}
</style>
border-color css
<style>
span { border-color: #DF3F86; }
span { border-color: rgb(223,63,134); }
td.TdClassName
{
border-color: #DF3F86;
}
.TagClassName
{
border-color: #DF3F86;
}
</style>