Shades of Deep Cerise #DD2390
Tints of Deep Cerise #DD2390
RGB
CMYK
RGB Variations
Color information
#DD2390 (or 0xDD2390) is known color: Deep Cerise. HEX triplet: DD, 23 and 90. RGB value is (221,35,144). Sum of RGB (Red+Green+Blue) = 221+35+144=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2390 is #22DC6F. Grayscale: #666666. Windows color (decimal): -2284656 or 9446365. OLE color: 9446365.
HSL color Cylindrical-coordinate representation of color #DD2390: hue angle of 324.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2390 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 144 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.13 |
| HSL | 324.84º | 0.73% | 0.5% | - |
| HSV(B) | 324.84º | 0.84% | 0.87% | - |
| XYZ | 35.45 | 18.59 | 28.1 | - |
| YUV | 103.04 | 151.12 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 144 | 0 | 0.84 | 0.35 | 0.13 | 324.84 | 0.73 | 0.5 |
| Hex | DD | 23 | 90 | 0 | 54 | 23 | D | 145 | 49 | 32 |
| Octal | 335 | 43 | 220 | 0 | 124 | 43 | 15 | 505 | 111 | 62 |
| Binary | 11011101 | 100011 | 10010000 | 0 | 1010100 | 100011 | 1101 | 101000101 | 1001001 | 110010 |
Color Harmonies of #DD2390
Complementary color
Monochromatic Colors of #DD2390
Black with #DD2390
Text Example
Text Example
White with #DD2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2390; }
p { color: rgb(221,35,144); }
H1.HeaderClassName
{
color: #DD2390;
}
.AnyTagClassName
{
color: #DD2390;
}
</style>
background-color css
<style>
a { background-color: #DD2390; }
a { background-color: rgb(221,35,144); }
div.DivClassName
{
background-color: #DD2390;
}
.BgClassName
{
background-color: #DD2390;
}
</style>
border-color css
<style>
span { border-color: #DD2390; }
span { border-color: rgb(221,35,144); }
td.TdClassName
{
border-color: #DD2390;
}
.TagClassName
{
border-color: #DD2390;
}
</style>