Shades of Deep Cerise #DD3790
Tints of Deep Cerise #DD3790
RGB
CMYK
RGB Variations
Color information
#DD3790 (or 0xDD3790) is known color: Deep Cerise. HEX triplet: DD, 37 and 90. RGB value is (221,55,144). Sum of RGB (Red+Green+Blue) = 221+55+144=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3790 is #22C86F. Grayscale: #727272. Windows color (decimal): -2279536 or 9451485. OLE color: 9451485.
HSL color Cylindrical-coordinate representation of color #DD3790: hue angle of 327.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3790 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 144 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.13 |
| HSL | 327.83º | 0.71% | 0.54% | - |
| HSV(B) | 327.83º | 0.75% | 0.87% | - |
| XYZ | 36.22 | 20.12 | 28.36 | - |
| YUV | 114.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 144 | 0 | 0.75 | 0.35 | 0.13 | 327.83 | 0.71 | 0.54 |
| Hex | DD | 37 | 90 | 0 | 4B | 23 | D | 148 | 47 | 36 |
| Octal | 335 | 67 | 220 | 0 | 113 | 43 | 15 | 510 | 107 | 66 |
| Binary | 11011101 | 110111 | 10010000 | 0 | 1001011 | 100011 | 1101 | 101001000 | 1000111 | 110110 |
Color Harmonies of #DD3790
Complementary color
Monochromatic Colors of #DD3790
Black with #DD3790
Text Example
Text Example
White with #DD3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3790; }
p { color: rgb(221,55,144); }
H1.HeaderClassName
{
color: #DD3790;
}
.AnyTagClassName
{
color: #DD3790;
}
</style>
background-color css
<style>
a { background-color: #DD3790; }
a { background-color: rgb(221,55,144); }
div.DivClassName
{
background-color: #DD3790;
}
.BgClassName
{
background-color: #DD3790;
}
</style>
border-color css
<style>
span { border-color: #DD3790; }
span { border-color: rgb(221,55,144); }
td.TdClassName
{
border-color: #DD3790;
}
.TagClassName
{
border-color: #DD3790;
}
</style>