Shades of Deep Cerise #DD2D90
Tints of Deep Cerise #DD2D90
RGB
CMYK
RGB Variations
Color information
#DD2D90 (or 0xDD2D90) is known color: Deep Cerise. HEX triplet: DD, 2D and 90. RGB value is (221,45,144). Sum of RGB (Red+Green+Blue) = 221+45+144=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D90 is #22D26F. Grayscale: #6C6C6C. Windows color (decimal): -2282096 or 9448925. OLE color: 9448925.
HSL color Cylindrical-coordinate representation of color #DD2D90: hue angle of 326.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D90 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 144 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.13 |
| HSL | 326.25º | 0.72% | 0.52% | - |
| HSV(B) | 326.25º | 0.8% | 0.87% | - |
| XYZ | 35.79 | 19.26 | 28.22 | - |
| YUV | 108.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 144 | 0 | 0.80 | 0.35 | 0.13 | 326.25 | 0.72 | 0.52 |
| Hex | DD | 2D | 90 | 0 | 50 | 23 | D | 146 | 48 | 34 |
| Octal | 335 | 55 | 220 | 0 | 120 | 43 | 15 | 506 | 110 | 64 |
| Binary | 11011101 | 101101 | 10010000 | 0 | 1010000 | 100011 | 1101 | 101000110 | 1001000 | 110100 |
Color Harmonies of #DD2D90
Complementary color
Monochromatic Colors of #DD2D90
Black with #DD2D90
Text Example
Text Example
White with #DD2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D90; }
p { color: rgb(221,45,144); }
H1.HeaderClassName
{
color: #DD2D90;
}
.AnyTagClassName
{
color: #DD2D90;
}
</style>
background-color css
<style>
a { background-color: #DD2D90; }
a { background-color: rgb(221,45,144); }
div.DivClassName
{
background-color: #DD2D90;
}
.BgClassName
{
background-color: #DD2D90;
}
</style>
border-color css
<style>
span { border-color: #DD2D90; }
span { border-color: rgb(221,45,144); }
td.TdClassName
{
border-color: #DD2D90;
}
.TagClassName
{
border-color: #DD2D90;
}
</style>