Shades of Deep Cerise #DF2981
Tints of Deep Cerise #DF2981
RGB
CMYK
RGB Variations
Color information
#DF2981 (or 0xDF2981) is known color: Deep Cerise. HEX triplet: DF, 29 and 81. RGB value is (223,41,129). Sum of RGB (Red+Green+Blue) = 223+41+129=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2981 is #20D67E. Grayscale: #696969. Windows color (decimal): -2152063 or 8464863. OLE color: 8464863.
HSL color Cylindrical-coordinate representation of color #DF2981: hue angle of 330.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2981 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 129 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.13 |
| HSL | 330.99º | 0.74% | 0.52% | - |
| HSV(B) | 330.99º | 0.82% | 0.87% | - |
| XYZ | 35.19 | 18.86 | 22.55 | - |
| YUV | 105.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 129 | 0 | 0.82 | 0.42 | 0.13 | 330.99 | 0.74 | 0.52 |
| Hex | DF | 29 | 81 | 0 | 52 | 2A | D | 14B | 4A | 34 |
| Octal | 337 | 51 | 201 | 0 | 122 | 52 | 15 | 513 | 112 | 64 |
| Binary | 11011111 | 101001 | 10000001 | 0 | 1010010 | 101010 | 1101 | 101001011 | 1001010 | 110100 |
Color Harmonies of #DF2981
Complementary color
Monochromatic Colors of #DF2981
Black with #DF2981
Text Example
Text Example
White with #DF2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2981; }
p { color: rgb(223,41,129); }
H1.HeaderClassName
{
color: #DF2981;
}
.AnyTagClassName
{
color: #DF2981;
}
</style>
background-color css
<style>
a { background-color: #DF2981; }
a { background-color: rgb(223,41,129); }
div.DivClassName
{
background-color: #DF2981;
}
.BgClassName
{
background-color: #DF2981;
}
</style>
border-color css
<style>
span { border-color: #DF2981; }
span { border-color: rgb(223,41,129); }
td.TdClassName
{
border-color: #DF2981;
}
.TagClassName
{
border-color: #DF2981;
}
</style>