Shades of Deep Cerise #DD2EA6
Tints of Deep Cerise #DD2EA6
RGB
CMYK
RGB Variations
Color information
#DD2EA6 (or 0xDD2EA6) is known color: Deep Cerise. HEX triplet: DD, 2E and A6. RGB value is (221,46,166). Sum of RGB (Red+Green+Blue) = 221+46+166=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EA6 is #22D159. Grayscale: #6F6F6F. Windows color (decimal): -2281818 or 10890973. OLE color: 10890973.
HSL color Cylindrical-coordinate representation of color #DD2EA6: hue angle of 318.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 #DD2EA6 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 166 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.13 |
| HSL | 318.86º | 0.72% | 0.52% | - |
| HSV(B) | 318.86º | 0.79% | 0.87% | - |
| XYZ | 37.68 | 20.08 | 37.97 | - |
| YUV | 112.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 166 | 0 | 0.79 | 0.25 | 0.13 | 318.86 | 0.72 | 0.52 |
| Hex | DD | 2E | A6 | 0 | 4F | 19 | D | 13F | 48 | 34 |
| Octal | 335 | 56 | 246 | 0 | 117 | 31 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101110 | 10100110 | 0 | 1001111 | 11001 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2EA6
Complementary color
Monochromatic Colors of #DD2EA6
Black with #DD2EA6
Text Example
Text Example
White with #DD2EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EA6; }
p { color: rgb(221,46,166); }
H1.HeaderClassName
{
color: #DD2EA6;
}
.AnyTagClassName
{
color: #DD2EA6;
}
</style>
background-color css
<style>
a { background-color: #DD2EA6; }
a { background-color: rgb(221,46,166); }
div.DivClassName
{
background-color: #DD2EA6;
}
.BgClassName
{
background-color: #DD2EA6;
}
</style>
border-color css
<style>
span { border-color: #DD2EA6; }
span { border-color: rgb(221,46,166); }
td.TdClassName
{
border-color: #DD2EA6;
}
.TagClassName
{
border-color: #DD2EA6;
}
</style>