Shades of Deep Cerise #DF3786
Tints of Deep Cerise #DF3786
RGB
CMYK
RGB Variations
Color information
#DF3786 (or 0xDF3786) is known color: Deep Cerise. HEX triplet: DF, 37 and 86. RGB value is (223,55,134). Sum of RGB (Red+Green+Blue) = 223+55+134=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3786 is #20C879. Grayscale: #727272. Windows color (decimal): -2148474 or 8796127. OLE color: 8796127.
HSL color Cylindrical-coordinate representation of color #DF3786: hue angle of 331.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3786 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 134 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.13 |
| HSL | 331.79º | 0.72% | 0.55% | - |
| HSV(B) | 331.79º | 0.75% | 0.87% | - |
| XYZ | 36.1 | 20.14 | 24.54 | - |
| YUV | 114.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 134 | 0 | 0.75 | 0.40 | 0.13 | 331.79 | 0.72 | 0.55 |
| Hex | DF | 37 | 86 | 0 | 4B | 28 | D | 14C | 48 | 37 |
| Octal | 337 | 67 | 206 | 0 | 113 | 50 | 15 | 514 | 110 | 67 |
| Binary | 11011111 | 110111 | 10000110 | 0 | 1001011 | 101000 | 1101 | 101001100 | 1001000 | 110111 |
Color Harmonies of #DF3786
Complementary color
Monochromatic Colors of #DF3786
Black with #DF3786
Text Example
Text Example
White with #DF3786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3786; }
p { color: rgb(223,55,134); }
H1.HeaderClassName
{
color: #DF3786;
}
.AnyTagClassName
{
color: #DF3786;
}
</style>
background-color css
<style>
a { background-color: #DF3786; }
a { background-color: rgb(223,55,134); }
div.DivClassName
{
background-color: #DF3786;
}
.BgClassName
{
background-color: #DF3786;
}
</style>
border-color css
<style>
span { border-color: #DF3786; }
span { border-color: rgb(223,55,134); }
td.TdClassName
{
border-color: #DF3786;
}
.TagClassName
{
border-color: #DF3786;
}
</style>