Shades of Deep Cerise #DD3291
Tints of Deep Cerise #DD3291
RGB
CMYK
RGB Variations
Color information
#DD3291 (or 0xDD3291) is known color: Deep Cerise. HEX triplet: DD, 32 and 91. RGB value is (221,50,145). Sum of RGB (Red+Green+Blue) = 221+50+145=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3291 is #22CD6E. Grayscale: #6F6F6F. Windows color (decimal): -2280815 or 9515741. OLE color: 9515741.
HSL color Cylindrical-coordinate representation of color #DD3291: hue angle of 326.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3291 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 145 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.13 |
| HSL | 326.67º | 0.72% | 0.53% | - |
| HSV(B) | 326.67º | 0.77% | 0.87% | - |
| XYZ | 36.07 | 19.7 | 28.69 | - |
| YUV | 111.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 145 | 0 | 0.77 | 0.34 | 0.13 | 326.67 | 0.72 | 0.53 |
| Hex | DD | 32 | 91 | 0 | 4D | 22 | D | 147 | 48 | 35 |
| Octal | 335 | 62 | 221 | 0 | 115 | 42 | 15 | 507 | 110 | 65 |
| Binary | 11011101 | 110010 | 10010001 | 0 | 1001101 | 100010 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DD3291
Complementary color
Monochromatic Colors of #DD3291
Black with #DD3291
Text Example
Text Example
White with #DD3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3291; }
p { color: rgb(221,50,145); }
H1.HeaderClassName
{
color: #DD3291;
}
.AnyTagClassName
{
color: #DD3291;
}
</style>
background-color css
<style>
a { background-color: #DD3291; }
a { background-color: rgb(221,50,145); }
div.DivClassName
{
background-color: #DD3291;
}
.BgClassName
{
background-color: #DD3291;
}
</style>
border-color css
<style>
span { border-color: #DD3291; }
span { border-color: rgb(221,50,145); }
td.TdClassName
{
border-color: #DD3291;
}
.TagClassName
{
border-color: #DD3291;
}
</style>