Shades of Deep Cerise #DD3889
Tints of Deep Cerise #DD3889
RGB
CMYK
RGB Variations
Color information
#DD3889 (or 0xDD3889) is known color: Deep Cerise. HEX triplet: DD, 38 and 89. RGB value is (221,56,137). Sum of RGB (Red+Green+Blue) = 221+56+137=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3889 is #22C776. Grayscale: #727272. Windows color (decimal): -2279287 or 8992989. OLE color: 8992989.
HSL color Cylindrical-coordinate representation of color #DD3889: hue angle of 330.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3889 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 137 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.13 |
| HSL | 330.55º | 0.71% | 0.54% | - |
| HSV(B) | 330.55º | 0.75% | 0.87% | - |
| XYZ | 35.75 | 20.01 | 25.64 | - |
| YUV | 114.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 137 | 0 | 0.75 | 0.38 | 0.13 | 330.55 | 0.71 | 0.54 |
| Hex | DD | 38 | 89 | 0 | 4B | 26 | D | 14B | 47 | 36 |
| Octal | 335 | 70 | 211 | 0 | 113 | 46 | 15 | 513 | 107 | 66 |
| Binary | 11011101 | 111000 | 10001001 | 0 | 1001011 | 100110 | 1101 | 101001011 | 1000111 | 110110 |
Color Harmonies of #DD3889
Complementary color
Monochromatic Colors of #DD3889
Black with #DD3889
Text Example
Text Example
White with #DD3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3889; }
p { color: rgb(221,56,137); }
H1.HeaderClassName
{
color: #DD3889;
}
.AnyTagClassName
{
color: #DD3889;
}
</style>
background-color css
<style>
a { background-color: #DD3889; }
a { background-color: rgb(221,56,137); }
div.DivClassName
{
background-color: #DD3889;
}
.BgClassName
{
background-color: #DD3889;
}
</style>
border-color css
<style>
span { border-color: #DD3889; }
span { border-color: rgb(221,56,137); }
td.TdClassName
{
border-color: #DD3889;
}
.TagClassName
{
border-color: #DD3889;
}
</style>