Shades of Deep Cerise #DF2DA3
Tints of Deep Cerise #DF2DA3
RGB
CMYK
RGB Variations
Color information
#DF2DA3 (or 0xDF2DA3) is known color: Deep Cerise. HEX triplet: DF, 2D and A3. RGB value is (223,45,163). Sum of RGB (Red+Green+Blue) = 223+45+163=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DA3 is #20D25C. Grayscale: #6F6F6F. Windows color (decimal): -2151005 or 10694111. OLE color: 10694111.
HSL color Cylindrical-coordinate representation of color #DF2DA3: hue angle of 320.22º 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 #DF2DA3 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 163 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.13 |
| HSL | 320.22º | 0.74% | 0.53% | - |
| HSV(B) | 320.22º | 0.8% | 0.87% | - |
| XYZ | 37.98 | 20.21 | 36.55 | - |
| YUV | 111.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 163 | 0 | 0.80 | 0.27 | 0.13 | 320.22 | 0.74 | 0.53 |
| Hex | DF | 2D | A3 | 0 | 50 | 1B | D | 140 | 4A | 35 |
| Octal | 337 | 55 | 243 | 0 | 120 | 33 | 15 | 500 | 112 | 65 |
| Binary | 11011111 | 101101 | 10100011 | 0 | 1010000 | 11011 | 1101 | 101000000 | 1001010 | 110101 |
Color Harmonies of #DF2DA3
Complementary color
Monochromatic Colors of #DF2DA3
Black with #DF2DA3
Text Example
Text Example
White with #DF2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DA3; }
p { color: rgb(223,45,163); }
H1.HeaderClassName
{
color: #DF2DA3;
}
.AnyTagClassName
{
color: #DF2DA3;
}
</style>
background-color css
<style>
a { background-color: #DF2DA3; }
a { background-color: rgb(223,45,163); }
div.DivClassName
{
background-color: #DF2DA3;
}
.BgClassName
{
background-color: #DF2DA3;
}
</style>
border-color css
<style>
span { border-color: #DF2DA3; }
span { border-color: rgb(223,45,163); }
td.TdClassName
{
border-color: #DF2DA3;
}
.TagClassName
{
border-color: #DF2DA3;
}
</style>