Shades of Deep Cerise #DD4590
Tints of Deep Cerise #DD4590
RGB
CMYK
RGB Variations
Color information
#DD4590 (or 0xDD4590) is known color: Deep Cerise. HEX triplet: DD, 45 and 90. RGB value is (221,69,144). Sum of RGB (Red+Green+Blue) = 221+69+144=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4590 is #22BA6F. Grayscale: #7A7A7A. Windows color (decimal): -2275952 or 9455069. OLE color: 9455069.
HSL color Cylindrical-coordinate representation of color #DD4590: hue angle of 330.39º 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 #DD4590 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 144 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.13 |
| HSL | 330.39º | 0.69% | 0.57% | - |
| HSV(B) | 330.39º | 0.69% | 0.87% | - |
| XYZ | 36.98 | 21.64 | 28.61 | - |
| YUV | 123 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 144 | 0 | 0.69 | 0.35 | 0.13 | 330.39 | 0.69 | 0.57 |
| Hex | DD | 45 | 90 | 0 | 45 | 23 | D | 14A | 45 | 39 |
| Octal | 335 | 105 | 220 | 0 | 105 | 43 | 15 | 512 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10010000 | 0 | 1000101 | 100011 | 1101 | 101001010 | 1000101 | 111001 |
Color Harmonies of #DD4590
Complementary color
Monochromatic Colors of #DD4590
Black with #DD4590
Text Example
Text Example
White with #DD4590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4590; }
p { color: rgb(221,69,144); }
H1.HeaderClassName
{
color: #DD4590;
}
.AnyTagClassName
{
color: #DD4590;
}
</style>
background-color css
<style>
a { background-color: #DD4590; }
a { background-color: rgb(221,69,144); }
div.DivClassName
{
background-color: #DD4590;
}
.BgClassName
{
background-color: #DD4590;
}
</style>
border-color css
<style>
span { border-color: #DD4590; }
span { border-color: rgb(221,69,144); }
td.TdClassName
{
border-color: #DD4590;
}
.TagClassName
{
border-color: #DD4590;
}
</style>