Shades of Deep Cerise #DD2981
Tints of Deep Cerise #DD2981
RGB
CMYK
RGB Variations
Color information
#DD2981 (or 0xDD2981) is known color: Deep Cerise. HEX triplet: DD, 29 and 81. RGB value is (221,41,129). Sum of RGB (Red+Green+Blue) = 221+41+129=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2981 is #22D67E. Grayscale: #686868. Windows color (decimal): -2283135 or 8464861. OLE color: 8464861.
HSL color Cylindrical-coordinate representation of color #DD2981: hue angle of 330.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2981 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 129 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.13 |
| HSL | 330.67º | 0.73% | 0.51% | - |
| HSV(B) | 330.67º | 0.81% | 0.87% | - |
| XYZ | 34.57 | 18.54 | 22.53 | - |
| YUV | 104.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 129 | 0 | 0.81 | 0.42 | 0.13 | 330.67 | 0.73 | 0.51 |
| Hex | DD | 29 | 81 | 0 | 51 | 2A | D | 14B | 49 | 33 |
| Octal | 335 | 51 | 201 | 0 | 121 | 52 | 15 | 513 | 111 | 63 |
| Binary | 11011101 | 101001 | 10000001 | 0 | 1010001 | 101010 | 1101 | 101001011 | 1001001 | 110011 |
Color Harmonies of #DD2981
Complementary color
Monochromatic Colors of #DD2981
Black with #DD2981
Text Example
Text Example
White with #DD2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2981; }
p { color: rgb(221,41,129); }
H1.HeaderClassName
{
color: #DD2981;
}
.AnyTagClassName
{
color: #DD2981;
}
</style>
background-color css
<style>
a { background-color: #DD2981; }
a { background-color: rgb(221,41,129); }
div.DivClassName
{
background-color: #DD2981;
}
.BgClassName
{
background-color: #DD2981;
}
</style>
border-color css
<style>
span { border-color: #DD2981; }
span { border-color: rgb(221,41,129); }
td.TdClassName
{
border-color: #DD2981;
}
.TagClassName
{
border-color: #DD2981;
}
</style>