Shades of Deep Cerise #DD3589
Tints of Deep Cerise #DD3589
RGB
CMYK
RGB Variations
Color information
#DD3589 (or 0xDD3589) is known color: Deep Cerise. HEX triplet: DD, 35 and 89. RGB value is (221,53,137). Sum of RGB (Red+Green+Blue) = 221+53+137=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3589 is #22CA76. Grayscale: #707070. Windows color (decimal): -2280055 or 8992221. OLE color: 8992221.
HSL color Cylindrical-coordinate representation of color #DD3589: hue angle of 330º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3589 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 137 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.13 |
| HSL | 330º | 0.71% | 0.54% | - |
| HSV(B) | 330º | 0.76% | 0.87% | - |
| XYZ | 35.61 | 19.72 | 25.6 | - |
| YUV | 112.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 137 | 0 | 0.76 | 0.38 | 0.13 | 330 | 0.71 | 0.54 |
| Hex | DD | 35 | 89 | 0 | 4C | 26 | D | 14A | 47 | 36 |
| Octal | 335 | 65 | 211 | 0 | 114 | 46 | 15 | 512 | 107 | 66 |
| Binary | 11011101 | 110101 | 10001001 | 0 | 1001100 | 100110 | 1101 | 101001010 | 1000111 | 110110 |
Color Harmonies of #DD3589
Complementary color
Monochromatic Colors of #DD3589
Black with #DD3589
Text Example
Text Example
White with #DD3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3589; }
p { color: rgb(221,53,137); }
H1.HeaderClassName
{
color: #DD3589;
}
.AnyTagClassName
{
color: #DD3589;
}
</style>
background-color css
<style>
a { background-color: #DD3589; }
a { background-color: rgb(221,53,137); }
div.DivClassName
{
background-color: #DD3589;
}
.BgClassName
{
background-color: #DD3589;
}
</style>
border-color css
<style>
span { border-color: #DD3589; }
span { border-color: rgb(221,53,137); }
td.TdClassName
{
border-color: #DD3589;
}
.TagClassName
{
border-color: #DD3589;
}
</style>