Shades of Deep Cerise #DF2281
Tints of Deep Cerise #DF2281
RGB
CMYK
RGB Variations
Color information
#DF2281 (or 0xDF2281) is known color: Deep Cerise. HEX triplet: DF, 22 and 81. RGB value is (223,34,129). Sum of RGB (Red+Green+Blue) = 223+34+129=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2281 is #20DD7E. Grayscale: #656565. Windows color (decimal): -2153855 or 8463071. OLE color: 8463071.
HSL color Cylindrical-coordinate representation of color #DF2281: hue angle of 329.84º 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 #DF2281 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 129 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.13 |
| HSL | 329.84º | 0.75% | 0.5% | - |
| HSV(B) | 329.84º | 0.85% | 0.87% | - |
| XYZ | 34.97 | 18.42 | 22.48 | - |
| YUV | 101.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 129 | 0 | 0.85 | 0.42 | 0.13 | 329.84 | 0.75 | 0.5 |
| Hex | DF | 22 | 81 | 0 | 55 | 2A | D | 14A | 4B | 32 |
| Octal | 337 | 42 | 201 | 0 | 125 | 52 | 15 | 512 | 113 | 62 |
| Binary | 11011111 | 100010 | 10000001 | 0 | 1010101 | 101010 | 1101 | 101001010 | 1001011 | 110010 |
Color Harmonies of #DF2281
Complementary color
Monochromatic Colors of #DF2281
Black with #DF2281
Text Example
Text Example
White with #DF2281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2281; }
p { color: rgb(223,34,129); }
H1.HeaderClassName
{
color: #DF2281;
}
.AnyTagClassName
{
color: #DF2281;
}
</style>
background-color css
<style>
a { background-color: #DF2281; }
a { background-color: rgb(223,34,129); }
div.DivClassName
{
background-color: #DF2281;
}
.BgClassName
{
background-color: #DF2281;
}
</style>
border-color css
<style>
span { border-color: #DF2281; }
span { border-color: rgb(223,34,129); }
td.TdClassName
{
border-color: #DF2281;
}
.TagClassName
{
border-color: #DF2281;
}
</style>