Shades of Deep Cerise #DD2E83
Tints of Deep Cerise #DD2E83
RGB
CMYK
RGB Variations
Color information
#DD2E83 (or 0xDD2E83) is known color: Deep Cerise. HEX triplet: DD, 2E and 83. RGB value is (221,46,131). Sum of RGB (Red+Green+Blue) = 221+46+131=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E83 is #22D17C. Grayscale: #6B6B6B. Windows color (decimal): -2281853 or 8597213. OLE color: 8597213.
HSL color Cylindrical-coordinate representation of color #DD2E83: hue angle of 330.86º 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 #DD2E83 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 131 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.13 |
| HSL | 330.86º | 0.72% | 0.52% | - |
| HSV(B) | 330.86º | 0.79% | 0.87% | - |
| XYZ | 34.89 | 18.96 | 23.29 | - |
| YUV | 108.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 131 | 0 | 0.79 | 0.41 | 0.13 | 330.86 | 0.72 | 0.52 |
| Hex | DD | 2E | 83 | 0 | 4F | 29 | D | 14B | 48 | 34 |
| Octal | 335 | 56 | 203 | 0 | 117 | 51 | 15 | 513 | 110 | 64 |
| Binary | 11011101 | 101110 | 10000011 | 0 | 1001111 | 101001 | 1101 | 101001011 | 1001000 | 110100 |
Color Harmonies of #DD2E83
Complementary color
Monochromatic Colors of #DD2E83
Black with #DD2E83
Text Example
Text Example
White with #DD2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E83; }
p { color: rgb(221,46,131); }
H1.HeaderClassName
{
color: #DD2E83;
}
.AnyTagClassName
{
color: #DD2E83;
}
</style>
background-color css
<style>
a { background-color: #DD2E83; }
a { background-color: rgb(221,46,131); }
div.DivClassName
{
background-color: #DD2E83;
}
.BgClassName
{
background-color: #DD2E83;
}
</style>
border-color css
<style>
span { border-color: #DD2E83; }
span { border-color: rgb(221,46,131); }
td.TdClassName
{
border-color: #DD2E83;
}
.TagClassName
{
border-color: #DD2E83;
}
</style>