Shades of Deep Cerise #DD3191
Tints of Deep Cerise #DD3191
RGB
CMYK
RGB Variations
Color information
#DD3191 (or 0xDD3191) is known color: Deep Cerise. HEX triplet: DD, 31 and 91. RGB value is (221,49,145). Sum of RGB (Red+Green+Blue) = 221+49+145=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3191 is #22CE6E. Grayscale: #6F6F6F. Windows color (decimal): -2281071 or 9515485. OLE color: 9515485.
HSL color Cylindrical-coordinate representation of color #DD3191: hue angle of 326.51º 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 #DD3191 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 145 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.13 |
| HSL | 326.51º | 0.72% | 0.53% | - |
| HSV(B) | 326.51º | 0.78% | 0.87% | - |
| XYZ | 36.03 | 19.61 | 28.67 | - |
| YUV | 111.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 145 | 0 | 0.78 | 0.34 | 0.13 | 326.51 | 0.72 | 0.53 |
| Hex | DD | 31 | 91 | 0 | 4E | 22 | D | 147 | 48 | 35 |
| Octal | 335 | 61 | 221 | 0 | 116 | 42 | 15 | 507 | 110 | 65 |
| Binary | 11011101 | 110001 | 10010001 | 0 | 1001110 | 100010 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DD3191
Complementary color
Monochromatic Colors of #DD3191
Black with #DD3191
Text Example
Text Example
White with #DD3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3191; }
p { color: rgb(221,49,145); }
H1.HeaderClassName
{
color: #DD3191;
}
.AnyTagClassName
{
color: #DD3191;
}
</style>
background-color css
<style>
a { background-color: #DD3191; }
a { background-color: rgb(221,49,145); }
div.DivClassName
{
background-color: #DD3191;
}
.BgClassName
{
background-color: #DD3191;
}
</style>
border-color css
<style>
span { border-color: #DD3191; }
span { border-color: rgb(221,49,145); }
td.TdClassName
{
border-color: #DD3191;
}
.TagClassName
{
border-color: #DD3191;
}
</style>