Shades of Deep Cerise #DF3686
Tints of Deep Cerise #DF3686
RGB
CMYK
RGB Variations
Color information
#DF3686 (or 0xDF3686) is known color: Deep Cerise. HEX triplet: DF, 36 and 86. RGB value is (223,54,134). Sum of RGB (Red+Green+Blue) = 223+54+134=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3686 is #20C979. Grayscale: #717171. Windows color (decimal): -2148730 or 8795871. OLE color: 8795871.
HSL color Cylindrical-coordinate representation of color #DF3686: hue angle of 331.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3686 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 134 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.13 |
| HSL | 331.6º | 0.73% | 0.54% | - |
| HSV(B) | 331.6º | 0.76% | 0.87% | - |
| XYZ | 36.05 | 20.05 | 24.52 | - |
| YUV | 113.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 134 | 0 | 0.76 | 0.40 | 0.13 | 331.6 | 0.73 | 0.54 |
| Hex | DF | 36 | 86 | 0 | 4C | 28 | D | 14C | 49 | 36 |
| Octal | 337 | 66 | 206 | 0 | 114 | 50 | 15 | 514 | 111 | 66 |
| Binary | 11011111 | 110110 | 10000110 | 0 | 1001100 | 101000 | 1101 | 101001100 | 1001001 | 110110 |
Color Harmonies of #DF3686
Complementary color
Monochromatic Colors of #DF3686
Black with #DF3686
Text Example
Text Example
White with #DF3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3686; }
p { color: rgb(223,54,134); }
H1.HeaderClassName
{
color: #DF3686;
}
.AnyTagClassName
{
color: #DF3686;
}
</style>
background-color css
<style>
a { background-color: #DF3686; }
a { background-color: rgb(223,54,134); }
div.DivClassName
{
background-color: #DF3686;
}
.BgClassName
{
background-color: #DF3686;
}
</style>
border-color css
<style>
span { border-color: #DF3686; }
span { border-color: rgb(223,54,134); }
td.TdClassName
{
border-color: #DF3686;
}
.TagClassName
{
border-color: #DF3686;
}
</style>