Shades of Deep Cerise #DD4389
Tints of Deep Cerise #DD4389
RGB
CMYK
RGB Variations
Color information
#DD4389 (or 0xDD4389) is known color: Deep Cerise. HEX triplet: DD, 43 and 89. RGB value is (221,67,137). Sum of RGB (Red+Green+Blue) = 221+67+137=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4389 is #22BC76. Grayscale: #787878. Windows color (decimal): -2276471 or 8995805. OLE color: 8995805.
HSL color Cylindrical-coordinate representation of color #DD4389: hue angle of 332.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4389 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 137 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.73º | 0.69% | 0.56% | - |
| HSV(B) | 332.73º | 0.7% | 0.87% | - |
| XYZ | 36.34 | 21.19 | 25.84 | - |
| YUV | 121.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 137 | 0 | 0.70 | 0.38 | 0.13 | 332.73 | 0.69 | 0.56 |
| Hex | DD | 43 | 89 | 0 | 46 | 26 | D | 14D | 45 | 38 |
| Octal | 335 | 103 | 211 | 0 | 106 | 46 | 15 | 515 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10001001 | 0 | 1000110 | 100110 | 1101 | 101001101 | 1000101 | 111000 |
Color Harmonies of #DD4389
Complementary color
Monochromatic Colors of #DD4389
Black with #DD4389
Text Example
Text Example
White with #DD4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4389; }
p { color: rgb(221,67,137); }
H1.HeaderClassName
{
color: #DD4389;
}
.AnyTagClassName
{
color: #DD4389;
}
</style>
background-color css
<style>
a { background-color: #DD4389; }
a { background-color: rgb(221,67,137); }
div.DivClassName
{
background-color: #DD4389;
}
.BgClassName
{
background-color: #DD4389;
}
</style>
border-color css
<style>
span { border-color: #DD4389; }
span { border-color: rgb(221,67,137); }
td.TdClassName
{
border-color: #DD4389;
}
.TagClassName
{
border-color: #DD4389;
}
</style>