Shades of Deep Cerise #DD3190
Tints of Deep Cerise #DD3190
RGB
CMYK
RGB Variations
Color information
#DD3190 (or 0xDD3190) is known color: Deep Cerise. HEX triplet: DD, 31 and 90. RGB value is (221,49,144). Sum of RGB (Red+Green+Blue) = 221+49+144=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3190 is #22CE6F. Grayscale: #6F6F6F. Windows color (decimal): -2281072 or 9449949. OLE color: 9449949.
HSL color Cylindrical-coordinate representation of color #DD3190: hue angle of 326.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3190 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 144 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.13 |
| HSL | 326.86º | 0.72% | 0.53% | - |
| HSV(B) | 326.86º | 0.78% | 0.87% | - |
| XYZ | 35.95 | 19.58 | 28.27 | - |
| YUV | 111.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 144 | 0 | 0.78 | 0.35 | 0.13 | 326.86 | 0.72 | 0.53 |
| Hex | DD | 31 | 90 | 0 | 4E | 23 | D | 147 | 48 | 35 |
| Octal | 335 | 61 | 220 | 0 | 116 | 43 | 15 | 507 | 110 | 65 |
| Binary | 11011101 | 110001 | 10010000 | 0 | 1001110 | 100011 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DD3190
Complementary color
Monochromatic Colors of #DD3190
Black with #DD3190
Text Example
Text Example
White with #DD3190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3190; }
p { color: rgb(221,49,144); }
H1.HeaderClassName
{
color: #DD3190;
}
.AnyTagClassName
{
color: #DD3190;
}
</style>
background-color css
<style>
a { background-color: #DD3190; }
a { background-color: rgb(221,49,144); }
div.DivClassName
{
background-color: #DD3190;
}
.BgClassName
{
background-color: #DD3190;
}
</style>
border-color css
<style>
span { border-color: #DD3190; }
span { border-color: rgb(221,49,144); }
td.TdClassName
{
border-color: #DD3190;
}
.TagClassName
{
border-color: #DD3190;
}
</style>