Shades of Deep Cerise #DF2D7D
Tints of Deep Cerise #DF2D7D
RGB
CMYK
RGB Variations
Color information
#DF2D7D (or 0xDF2D7D) is known color: Deep Cerise. HEX triplet: DF, 2D and 7D. RGB value is (223,45,125). Sum of RGB (Red+Green+Blue) = 223+45+125=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D7D is #20D282. Grayscale: #6B6B6B. Windows color (decimal): -2151043 or 8203743. OLE color: 8203743.
HSL color Cylindrical-coordinate representation of color #DF2D7D: hue angle of 333.03º 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 #DF2D7D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 125 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.13 |
| HSL | 333.03º | 0.74% | 0.53% | - |
| HSV(B) | 333.03º | 0.8% | 0.87% | - |
| XYZ | 35.07 | 19.05 | 21.23 | - |
| YUV | 107.34 | 137.97 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 125 | 0 | 0.80 | 0.44 | 0.13 | 333.03 | 0.74 | 0.53 |
| Hex | DF | 2D | 7D | 0 | 50 | 2C | D | 14D | 4A | 35 |
| Octal | 337 | 55 | 175 | 0 | 120 | 54 | 15 | 515 | 112 | 65 |
| Binary | 11011111 | 101101 | 1111101 | 0 | 1010000 | 101100 | 1101 | 101001101 | 1001010 | 110101 |
Color Harmonies of #DF2D7D
Complementary color
Monochromatic Colors of #DF2D7D
Black with #DF2D7D
Text Example
Text Example
White with #DF2D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D7D; }
p { color: rgb(223,45,125); }
H1.HeaderClassName
{
color: #DF2D7D;
}
.AnyTagClassName
{
color: #DF2D7D;
}
</style>
background-color css
<style>
a { background-color: #DF2D7D; }
a { background-color: rgb(223,45,125); }
div.DivClassName
{
background-color: #DF2D7D;
}
.BgClassName
{
background-color: #DF2D7D;
}
</style>
border-color css
<style>
span { border-color: #DF2D7D; }
span { border-color: rgb(223,45,125); }
td.TdClassName
{
border-color: #DF2D7D;
}
.TagClassName
{
border-color: #DF2D7D;
}
</style>