Shades of Deep Cerise #DF2286
Tints of Deep Cerise #DF2286
RGB
CMYK
RGB Variations
Color information
#DF2286 (or 0xDF2286) is known color: Deep Cerise. HEX triplet: DF, 22 and 86. RGB value is (223,34,134). Sum of RGB (Red+Green+Blue) = 223+34+134=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2286 is #20DD79. Grayscale: #656565. Windows color (decimal): -2153850 or 8790751. OLE color: 8790751.
HSL color Cylindrical-coordinate representation of color #DF2286: hue angle of 328.25º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2286 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 134 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.25º | 0.75% | 0.5% | - |
| HSV(B) | 328.25º | 0.85% | 0.87% | - |
| XYZ | 35.31 | 18.55 | 24.27 | - |
| YUV | 101.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 134 | 0 | 0.85 | 0.40 | 0.13 | 328.25 | 0.75 | 0.5 |
| Hex | DF | 22 | 86 | 0 | 55 | 28 | D | 148 | 4B | 32 |
| Octal | 337 | 42 | 206 | 0 | 125 | 50 | 15 | 510 | 113 | 62 |
| Binary | 11011111 | 100010 | 10000110 | 0 | 1010101 | 101000 | 1101 | 101001000 | 1001011 | 110010 |
Color Harmonies of #DF2286
Complementary color
Monochromatic Colors of #DF2286
Black with #DF2286
Text Example
Text Example
White with #DF2286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2286; }
p { color: rgb(223,34,134); }
H1.HeaderClassName
{
color: #DF2286;
}
.AnyTagClassName
{
color: #DF2286;
}
</style>
background-color css
<style>
a { background-color: #DF2286; }
a { background-color: rgb(223,34,134); }
div.DivClassName
{
background-color: #DF2286;
}
.BgClassName
{
background-color: #DF2286;
}
</style>
border-color css
<style>
span { border-color: #DF2286; }
span { border-color: rgb(223,34,134); }
td.TdClassName
{
border-color: #DF2286;
}
.TagClassName
{
border-color: #DF2286;
}
</style>