Shades of Deep Cerise #DD2790
Tints of Deep Cerise #DD2790
RGB
CMYK
RGB Variations
Color information
#DD2790 (or 0xDD2790) is known color: Deep Cerise. HEX triplet: DD, 27 and 90. RGB value is (221,39,144). Sum of RGB (Red+Green+Blue) = 221+39+144=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2790 is #22D86F. Grayscale: #696969. Windows color (decimal): -2283632 or 9447389. OLE color: 9447389.
HSL color Cylindrical-coordinate representation of color #DD2790: hue angle of 325.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2790 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 144 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.13 |
| HSL | 325.38º | 0.73% | 0.51% | - |
| HSV(B) | 325.38º | 0.82% | 0.87% | - |
| XYZ | 35.58 | 18.84 | 28.15 | - |
| YUV | 105.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 144 | 0 | 0.82 | 0.35 | 0.13 | 325.38 | 0.73 | 0.51 |
| Hex | DD | 27 | 90 | 0 | 52 | 23 | D | 145 | 49 | 33 |
| Octal | 335 | 47 | 220 | 0 | 122 | 43 | 15 | 505 | 111 | 63 |
| Binary | 11011101 | 100111 | 10010000 | 0 | 1010010 | 100011 | 1101 | 101000101 | 1001001 | 110011 |
Color Harmonies of #DD2790
Complementary color
Monochromatic Colors of #DD2790
Black with #DD2790
Text Example
Text Example
White with #DD2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2790; }
p { color: rgb(221,39,144); }
H1.HeaderClassName
{
color: #DD2790;
}
.AnyTagClassName
{
color: #DD2790;
}
</style>
background-color css
<style>
a { background-color: #DD2790; }
a { background-color: rgb(221,39,144); }
div.DivClassName
{
background-color: #DD2790;
}
.BgClassName
{
background-color: #DD2790;
}
</style>
border-color css
<style>
span { border-color: #DD2790; }
span { border-color: rgb(221,39,144); }
td.TdClassName
{
border-color: #DD2790;
}
.TagClassName
{
border-color: #DD2790;
}
</style>