Shades of Deep Cerise #DD409D
Tints of Deep Cerise #DD409D
RGB
CMYK
RGB Variations
Color information
#DD409D (or 0xDD409D) is known color: Deep Cerise. HEX triplet: DD, 40 and 9D. RGB value is (221,64,157). Sum of RGB (Red+Green+Blue) = 221+64+157=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD409D is #22BF62. Grayscale: #797979. Windows color (decimal): -2277219 or 10305757. OLE color: 10305757.
HSL color Cylindrical-coordinate representation of color #DD409D: hue angle of 324.46º 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 #DD409D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 157 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.13 |
| HSL | 324.46º | 0.7% | 0.56% | - |
| HSV(B) | 324.46º | 0.71% | 0.87% | - |
| XYZ | 37.74 | 21.47 | 34.05 | - |
| YUV | 121.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 157 | 0 | 0.71 | 0.29 | 0.13 | 324.46 | 0.7 | 0.56 |
| Hex | DD | 40 | 9D | 0 | 47 | 1D | D | 144 | 46 | 38 |
| Octal | 335 | 100 | 235 | 0 | 107 | 35 | 15 | 504 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10011101 | 0 | 1000111 | 11101 | 1101 | 101000100 | 1000110 | 111000 |
Color Harmonies of #DD409D
Complementary color
Monochromatic Colors of #DD409D
Black with #DD409D
Text Example
Text Example
White with #DD409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD409D; }
p { color: rgb(221,64,157); }
H1.HeaderClassName
{
color: #DD409D;
}
.AnyTagClassName
{
color: #DD409D;
}
</style>
background-color css
<style>
a { background-color: #DD409D; }
a { background-color: rgb(221,64,157); }
div.DivClassName
{
background-color: #DD409D;
}
.BgClassName
{
background-color: #DD409D;
}
</style>
border-color css
<style>
span { border-color: #DD409D; }
span { border-color: rgb(221,64,157); }
td.TdClassName
{
border-color: #DD409D;
}
.TagClassName
{
border-color: #DD409D;
}
</style>