Shades of Deep Cerise #DD2591
Tints of Deep Cerise #DD2591
RGB
CMYK
RGB Variations
Color information
#DD2591 (or 0xDD2591) is known color: Deep Cerise. HEX triplet: DD, 25 and 91. RGB value is (221,37,145). Sum of RGB (Red+Green+Blue) = 221+37+145=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2591 is #22DA6E. Grayscale: #686868. Windows color (decimal): -2284143 or 9512413. OLE color: 9512413.
HSL color Cylindrical-coordinate representation of color #DD2591: hue angle of 324.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2591 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 145 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.13 |
| HSL | 324.78º | 0.73% | 0.51% | - |
| HSV(B) | 324.78º | 0.83% | 0.87% | - |
| XYZ | 35.59 | 18.74 | 28.53 | - |
| YUV | 104.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 145 | 0 | 0.83 | 0.34 | 0.13 | 324.78 | 0.73 | 0.51 |
| Hex | DD | 25 | 91 | 0 | 53 | 22 | D | 145 | 49 | 33 |
| Octal | 335 | 45 | 221 | 0 | 123 | 42 | 15 | 505 | 111 | 63 |
| Binary | 11011101 | 100101 | 10010001 | 0 | 1010011 | 100010 | 1101 | 101000101 | 1001001 | 110011 |
Color Harmonies of #DD2591
Complementary color
Monochromatic Colors of #DD2591
Black with #DD2591
Text Example
Text Example
White with #DD2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2591; }
p { color: rgb(221,37,145); }
H1.HeaderClassName
{
color: #DD2591;
}
.AnyTagClassName
{
color: #DD2591;
}
</style>
background-color css
<style>
a { background-color: #DD2591; }
a { background-color: rgb(221,37,145); }
div.DivClassName
{
background-color: #DD2591;
}
.BgClassName
{
background-color: #DD2591;
}
</style>
border-color css
<style>
span { border-color: #DD2591; }
span { border-color: rgb(221,37,145); }
td.TdClassName
{
border-color: #DD2591;
}
.TagClassName
{
border-color: #DD2591;
}
</style>