Shades of Deep Cerise #DF2D85
Tints of Deep Cerise #DF2D85
RGB
CMYK
RGB Variations
Color information
#DF2D85 (or 0xDF2D85) is known color: Deep Cerise. HEX triplet: DF, 2D and 85. RGB value is (223,45,133). Sum of RGB (Red+Green+Blue) = 223+45+133=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D85 is #20D27A. Grayscale: #6C6C6C. Windows color (decimal): -2151035 or 8728031. OLE color: 8728031.
HSL color Cylindrical-coordinate representation of color #DF2D85: hue angle of 330.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D85 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 133 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.13 |
| HSL | 330.34º | 0.74% | 0.53% | - |
| HSV(B) | 330.34º | 0.8% | 0.87% | - |
| XYZ | 35.6 | 19.26 | 24.03 | - |
| YUV | 108.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 133 | 0 | 0.80 | 0.40 | 0.13 | 330.34 | 0.74 | 0.53 |
| Hex | DF | 2D | 85 | 0 | 50 | 28 | D | 14A | 4A | 35 |
| Octal | 337 | 55 | 205 | 0 | 120 | 50 | 15 | 512 | 112 | 65 |
| Binary | 11011111 | 101101 | 10000101 | 0 | 1010000 | 101000 | 1101 | 101001010 | 1001010 | 110101 |
Color Harmonies of #DF2D85
Complementary color
Monochromatic Colors of #DF2D85
Black with #DF2D85
Text Example
Text Example
White with #DF2D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D85; }
p { color: rgb(223,45,133); }
H1.HeaderClassName
{
color: #DF2D85;
}
.AnyTagClassName
{
color: #DF2D85;
}
</style>
background-color css
<style>
a { background-color: #DF2D85; }
a { background-color: rgb(223,45,133); }
div.DivClassName
{
background-color: #DF2D85;
}
.BgClassName
{
background-color: #DF2D85;
}
</style>
border-color css
<style>
span { border-color: #DF2D85; }
span { border-color: rgb(223,45,133); }
td.TdClassName
{
border-color: #DF2D85;
}
.TagClassName
{
border-color: #DF2D85;
}
</style>