Shades of Deep Cerise #DD2EA1
Tints of Deep Cerise #DD2EA1
RGB
CMYK
RGB Variations
Color information
#DD2EA1 (or 0xDD2EA1) is known color: Deep Cerise. HEX triplet: DD, 2E and A1. RGB value is (221,46,161). Sum of RGB (Red+Green+Blue) = 221+46+161=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EA1 is #22D15E. Grayscale: #6F6F6F. Windows color (decimal): -2281823 or 10563293. OLE color: 10563293.
HSL color Cylindrical-coordinate representation of color #DD2EA1: hue angle of 320.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2EA1 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 161 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.13 |
| HSL | 320.57º | 0.72% | 0.52% | - |
| HSV(B) | 320.57º | 0.79% | 0.87% | - |
| XYZ | 37.23 | 19.9 | 35.6 | - |
| YUV | 111.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 161 | 0 | 0.79 | 0.27 | 0.13 | 320.57 | 0.72 | 0.52 |
| Hex | DD | 2E | A1 | 0 | 4F | 1B | D | 141 | 48 | 34 |
| Octal | 335 | 56 | 241 | 0 | 117 | 33 | 15 | 501 | 110 | 64 |
| Binary | 11011101 | 101110 | 10100001 | 0 | 1001111 | 11011 | 1101 | 101000001 | 1001000 | 110100 |
Color Harmonies of #DD2EA1
Complementary color
Monochromatic Colors of #DD2EA1
Black with #DD2EA1
Text Example
Text Example
White with #DD2EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EA1; }
p { color: rgb(221,46,161); }
H1.HeaderClassName
{
color: #DD2EA1;
}
.AnyTagClassName
{
color: #DD2EA1;
}
</style>
background-color css
<style>
a { background-color: #DD2EA1; }
a { background-color: rgb(221,46,161); }
div.DivClassName
{
background-color: #DD2EA1;
}
.BgClassName
{
background-color: #DD2EA1;
}
</style>
border-color css
<style>
span { border-color: #DD2EA1; }
span { border-color: rgb(221,46,161); }
td.TdClassName
{
border-color: #DD2EA1;
}
.TagClassName
{
border-color: #DD2EA1;
}
</style>