Shades of Deep Cerise #DD409E
Tints of Deep Cerise #DD409E
RGB
CMYK
RGB Variations
Color information
#DD409E (or 0xDD409E) is known color: Deep Cerise. HEX triplet: DD, 40 and 9E. RGB value is (221,64,158). Sum of RGB (Red+Green+Blue) = 221+64+158=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409E is #22BF61. Grayscale: #797979. Windows color (decimal): -2277218 or 10371293. OLE color: 10371293.
HSL color Cylindrical-coordinate representation of color #DD409E: hue angle of 324.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD409E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 158 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.13 |
| HSL | 324.08º | 0.7% | 0.56% | - |
| HSV(B) | 324.08º | 0.71% | 0.87% | - |
| XYZ | 37.82 | 21.51 | 34.51 | - |
| YUV | 121.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 158 | 0 | 0.71 | 0.29 | 0.13 | 324.08 | 0.7 | 0.56 |
| Hex | DD | 40 | 9E | 0 | 47 | 1D | D | 144 | 46 | 38 |
| Octal | 335 | 100 | 236 | 0 | 107 | 35 | 15 | 504 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10011110 | 0 | 1000111 | 11101 | 1101 | 101000100 | 1000110 | 111000 |
Color Harmonies of #DD409E
Complementary color
Monochromatic Colors of #DD409E
Black with #DD409E
Text Example
Text Example
White with #DD409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD409E; }
p { color: rgb(221,64,158); }
H1.HeaderClassName
{
color: #DD409E;
}
.AnyTagClassName
{
color: #DD409E;
}
</style>
background-color css
<style>
a { background-color: #DD409E; }
a { background-color: rgb(221,64,158); }
div.DivClassName
{
background-color: #DD409E;
}
.BgClassName
{
background-color: #DD409E;
}
</style>
border-color css
<style>
span { border-color: #DD409E; }
span { border-color: rgb(221,64,158); }
td.TdClassName
{
border-color: #DD409E;
}
.TagClassName
{
border-color: #DD409E;
}
</style>