Shades of Deep Cerise #DF2DA1
Tints of Deep Cerise #DF2DA1
RGB
CMYK
RGB Variations
Color information
#DF2DA1 (or 0xDF2DA1) is known color: Deep Cerise. HEX triplet: DF, 2D and A1. RGB value is (223,45,161). Sum of RGB (Red+Green+Blue) = 223+45+161=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DA1 is #20D25E. Grayscale: #6F6F6F. Windows color (decimal): -2151007 or 10563039. OLE color: 10563039.
HSL color Cylindrical-coordinate representation of color #DF2DA1: hue angle of 320.9º 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 #DF2DA1 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 161 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.13 |
| HSL | 320.9º | 0.74% | 0.53% | - |
| HSV(B) | 320.9º | 0.8% | 0.87% | - |
| XYZ | 37.8 | 20.14 | 35.61 | - |
| YUV | 111.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 161 | 0 | 0.80 | 0.28 | 0.13 | 320.9 | 0.74 | 0.53 |
| Hex | DF | 2D | A1 | 0 | 50 | 1C | D | 141 | 4A | 35 |
| Octal | 337 | 55 | 241 | 0 | 120 | 34 | 15 | 501 | 112 | 65 |
| Binary | 11011111 | 101101 | 10100001 | 0 | 1010000 | 11100 | 1101 | 101000001 | 1001010 | 110101 |
Color Harmonies of #DF2DA1
Complementary color
Monochromatic Colors of #DF2DA1
Black with #DF2DA1
Text Example
Text Example
White with #DF2DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DA1; }
p { color: rgb(223,45,161); }
H1.HeaderClassName
{
color: #DF2DA1;
}
.AnyTagClassName
{
color: #DF2DA1;
}
</style>
background-color css
<style>
a { background-color: #DF2DA1; }
a { background-color: rgb(223,45,161); }
div.DivClassName
{
background-color: #DF2DA1;
}
.BgClassName
{
background-color: #DF2DA1;
}
</style>
border-color css
<style>
span { border-color: #DF2DA1; }
span { border-color: rgb(223,45,161); }
td.TdClassName
{
border-color: #DF2DA1;
}
.TagClassName
{
border-color: #DF2DA1;
}
</style>