Shades of Deep Cerise #DF2985
Tints of Deep Cerise #DF2985
RGB
CMYK
RGB Variations
Color information
#DF2985 (or 0xDF2985) is known color: Deep Cerise. HEX triplet: DF, 29 and 85. RGB value is (223,41,133). Sum of RGB (Red+Green+Blue) = 223+41+133=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2985 is #20D67A. Grayscale: #696969. Windows color (decimal): -2152059 or 8727007. OLE color: 8727007.
HSL color Cylindrical-coordinate representation of color #DF2985: hue angle of 329.67º 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 #DF2985 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 133 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.13 |
| HSL | 329.67º | 0.74% | 0.52% | - |
| HSV(B) | 329.67º | 0.82% | 0.87% | - |
| XYZ | 35.46 | 18.97 | 23.98 | - |
| YUV | 105.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 133 | 0 | 0.82 | 0.40 | 0.13 | 329.67 | 0.74 | 0.52 |
| Hex | DF | 29 | 85 | 0 | 52 | 28 | D | 14A | 4A | 34 |
| Octal | 337 | 51 | 205 | 0 | 122 | 50 | 15 | 512 | 112 | 64 |
| Binary | 11011111 | 101001 | 10000101 | 0 | 1010010 | 101000 | 1101 | 101001010 | 1001010 | 110100 |
Color Harmonies of #DF2985
Complementary color
Monochromatic Colors of #DF2985
Black with #DF2985
Text Example
Text Example
White with #DF2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2985; }
p { color: rgb(223,41,133); }
H1.HeaderClassName
{
color: #DF2985;
}
.AnyTagClassName
{
color: #DF2985;
}
</style>
background-color css
<style>
a { background-color: #DF2985; }
a { background-color: rgb(223,41,133); }
div.DivClassName
{
background-color: #DF2985;
}
.BgClassName
{
background-color: #DF2985;
}
</style>
border-color css
<style>
span { border-color: #DF2985; }
span { border-color: rgb(223,41,133); }
td.TdClassName
{
border-color: #DF2985;
}
.TagClassName
{
border-color: #DF2985;
}
</style>