Shades of Deep Cerise #DD4289
Tints of Deep Cerise #DD4289
RGB
CMYK
RGB Variations
Color information
#DD4289 (or 0xDD4289) is known color: Deep Cerise. HEX triplet: DD, 42 and 89. RGB value is (221,66,137). Sum of RGB (Red+Green+Blue) = 221+66+137=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4289 is #22BD76. Grayscale: #787878. Windows color (decimal): -2276727 or 8995549. OLE color: 8995549.
HSL color Cylindrical-coordinate representation of color #DD4289: hue angle of 332.52º degrees, saturation: 0.7, 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 #DD4289 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 137 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.13 |
| HSL | 332.52º | 0.7% | 0.56% | - |
| HSV(B) | 332.52º | 0.7% | 0.87% | - |
| XYZ | 36.28 | 21.07 | 25.82 | - |
| YUV | 120.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 137 | 0 | 0.70 | 0.38 | 0.13 | 332.52 | 0.7 | 0.56 |
| Hex | DD | 42 | 89 | 0 | 46 | 26 | D | 14D | 46 | 38 |
| Octal | 335 | 102 | 211 | 0 | 106 | 46 | 15 | 515 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10001001 | 0 | 1000110 | 100110 | 1101 | 101001101 | 1000110 | 111000 |
Color Harmonies of #DD4289
Complementary color
Monochromatic Colors of #DD4289
Black with #DD4289
Text Example
Text Example
White with #DD4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4289; }
p { color: rgb(221,66,137); }
H1.HeaderClassName
{
color: #DD4289;
}
.AnyTagClassName
{
color: #DD4289;
}
</style>
background-color css
<style>
a { background-color: #DD4289; }
a { background-color: rgb(221,66,137); }
div.DivClassName
{
background-color: #DD4289;
}
.BgClassName
{
background-color: #DD4289;
}
</style>
border-color css
<style>
span { border-color: #DD4289; }
span { border-color: rgb(221,66,137); }
td.TdClassName
{
border-color: #DD4289;
}
.TagClassName
{
border-color: #DD4289;
}
</style>