Shades of Deep Cerise #DF2386
Tints of Deep Cerise #DF2386
RGB
CMYK
RGB Variations
Color information
#DF2386 (or 0xDF2386) is known color: Deep Cerise. HEX triplet: DF, 23 and 86. RGB value is (223,35,134). Sum of RGB (Red+Green+Blue) = 223+35+134=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2386 is #20DC79. Grayscale: #666666. Windows color (decimal): -2153594 or 8791007. OLE color: 8791007.
HSL color Cylindrical-coordinate representation of color #DF2386: hue angle of 328.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2386 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 134 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.13 |
| HSL | 328.4º | 0.75% | 0.51% | - |
| HSV(B) | 328.4º | 0.84% | 0.87% | - |
| XYZ | 35.34 | 18.61 | 24.28 | - |
| YUV | 102.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 134 | 0 | 0.84 | 0.40 | 0.13 | 328.4 | 0.75 | 0.51 |
| Hex | DF | 23 | 86 | 0 | 54 | 28 | D | 148 | 4B | 33 |
| Octal | 337 | 43 | 206 | 0 | 124 | 50 | 15 | 510 | 113 | 63 |
| Binary | 11011111 | 100011 | 10000110 | 0 | 1010100 | 101000 | 1101 | 101001000 | 1001011 | 110011 |
Color Harmonies of #DF2386
Complementary color
Monochromatic Colors of #DF2386
Black with #DF2386
Text Example
Text Example
White with #DF2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2386; }
p { color: rgb(223,35,134); }
H1.HeaderClassName
{
color: #DF2386;
}
.AnyTagClassName
{
color: #DF2386;
}
</style>
background-color css
<style>
a { background-color: #DF2386; }
a { background-color: rgb(223,35,134); }
div.DivClassName
{
background-color: #DF2386;
}
.BgClassName
{
background-color: #DF2386;
}
</style>
border-color css
<style>
span { border-color: #DF2386; }
span { border-color: rgb(223,35,134); }
td.TdClassName
{
border-color: #DF2386;
}
.TagClassName
{
border-color: #DF2386;
}
</style>