Shades of Deep Cerise #DD3B89
Tints of Deep Cerise #DD3B89
RGB
CMYK
RGB Variations
Color information
#DD3B89 (or 0xDD3B89) is known color: Deep Cerise. HEX triplet: DD, 3B and 89. RGB value is (221,59,137). Sum of RGB (Red+Green+Blue) = 221+59+137=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B89 is #22C476. Grayscale: #747474. Windows color (decimal): -2278519 or 8993757. OLE color: 8993757.
HSL color Cylindrical-coordinate representation of color #DD3B89: hue angle of 331.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3B89 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 137 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.13 |
| HSL | 331.11º | 0.7% | 0.55% | - |
| HSV(B) | 331.11º | 0.73% | 0.87% | - |
| XYZ | 35.9 | 20.31 | 25.69 | - |
| YUV | 116.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 137 | 0 | 0.73 | 0.38 | 0.13 | 331.11 | 0.7 | 0.55 |
| Hex | DD | 3B | 89 | 0 | 49 | 26 | D | 14B | 46 | 37 |
| Octal | 335 | 73 | 211 | 0 | 111 | 46 | 15 | 513 | 106 | 67 |
| Binary | 11011101 | 111011 | 10001001 | 0 | 1001001 | 100110 | 1101 | 101001011 | 1000110 | 110111 |
Color Harmonies of #DD3B89
Complementary color
Monochromatic Colors of #DD3B89
Black with #DD3B89
Text Example
Text Example
White with #DD3B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B89; }
p { color: rgb(221,59,137); }
H1.HeaderClassName
{
color: #DD3B89;
}
.AnyTagClassName
{
color: #DD3B89;
}
</style>
background-color css
<style>
a { background-color: #DD3B89; }
a { background-color: rgb(221,59,137); }
div.DivClassName
{
background-color: #DD3B89;
}
.BgClassName
{
background-color: #DD3B89;
}
</style>
border-color css
<style>
span { border-color: #DD3B89; }
span { border-color: rgb(221,59,137); }
td.TdClassName
{
border-color: #DD3B89;
}
.TagClassName
{
border-color: #DD3B89;
}
</style>