Shades of Deep Cerise #DD3981
Tints of Deep Cerise #DD3981
RGB
CMYK
RGB Variations
Color information
#DD3981 (or 0xDD3981) is known color: Deep Cerise. HEX triplet: DD, 39 and 81. RGB value is (221,57,129). Sum of RGB (Red+Green+Blue) = 221+57+129=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3981 is #22C67E. Grayscale: #727272. Windows color (decimal): -2279039 or 8468957. OLE color: 8468957.
HSL color Cylindrical-coordinate representation of color #DD3981: hue angle of 333.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3981 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 129 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.13 |
| HSL | 333.66º | 0.71% | 0.55% | - |
| HSV(B) | 333.66º | 0.74% | 0.87% | - |
| XYZ | 35.24 | 19.88 | 22.75 | - |
| YUV | 114.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 129 | 0 | 0.74 | 0.42 | 0.13 | 333.66 | 0.71 | 0.55 |
| Hex | DD | 39 | 81 | 0 | 4A | 2A | D | 14E | 47 | 37 |
| Octal | 335 | 71 | 201 | 0 | 112 | 52 | 15 | 516 | 107 | 67 |
| Binary | 11011101 | 111001 | 10000001 | 0 | 1001010 | 101010 | 1101 | 101001110 | 1000111 | 110111 |
Color Harmonies of #DD3981
Complementary color
Monochromatic Colors of #DD3981
Black with #DD3981
Text Example
Text Example
White with #DD3981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3981; }
p { color: rgb(221,57,129); }
H1.HeaderClassName
{
color: #DD3981;
}
.AnyTagClassName
{
color: #DD3981;
}
</style>
background-color css
<style>
a { background-color: #DD3981; }
a { background-color: rgb(221,57,129); }
div.DivClassName
{
background-color: #DD3981;
}
.BgClassName
{
background-color: #DD3981;
}
</style>
border-color css
<style>
span { border-color: #DD3981; }
span { border-color: rgb(221,57,129); }
td.TdClassName
{
border-color: #DD3981;
}
.TagClassName
{
border-color: #DD3981;
}
</style>