Shades of Deep Cerise #DD4589
Tints of Deep Cerise #DD4589
RGB
CMYK
RGB Variations
Color information
#DD4589 (or 0xDD4589) is known color: Deep Cerise. HEX triplet: DD, 45 and 89. RGB value is (221,69,137). Sum of RGB (Red+Green+Blue) = 221+69+137=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4589 is #22BA76. Grayscale: #7A7A7A. Windows color (decimal): -2275959 or 8996317. OLE color: 8996317.
HSL color Cylindrical-coordinate representation of color #DD4589: hue angle of 333.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4589 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 137 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.13 |
| HSL | 333.16º | 0.69% | 0.57% | - |
| HSV(B) | 333.16º | 0.69% | 0.87% | - |
| XYZ | 36.46 | 21.43 | 25.88 | - |
| YUV | 122.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 137 | 0 | 0.69 | 0.38 | 0.13 | 333.16 | 0.69 | 0.57 |
| Hex | DD | 45 | 89 | 0 | 45 | 26 | D | 14D | 45 | 39 |
| Octal | 335 | 105 | 211 | 0 | 105 | 46 | 15 | 515 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10001001 | 0 | 1000101 | 100110 | 1101 | 101001101 | 1000101 | 111001 |
Color Harmonies of #DD4589
Complementary color
Monochromatic Colors of #DD4589
Black with #DD4589
Text Example
Text Example
White with #DD4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4589; }
p { color: rgb(221,69,137); }
H1.HeaderClassName
{
color: #DD4589;
}
.AnyTagClassName
{
color: #DD4589;
}
</style>
background-color css
<style>
a { background-color: #DD4589; }
a { background-color: rgb(221,69,137); }
div.DivClassName
{
background-color: #DD4589;
}
.BgClassName
{
background-color: #DD4589;
}
</style>
border-color css
<style>
span { border-color: #DD4589; }
span { border-color: rgb(221,69,137); }
td.TdClassName
{
border-color: #DD4589;
}
.TagClassName
{
border-color: #DD4589;
}
</style>