Shades of Deep Cerise #DD32A1
Tints of Deep Cerise #DD32A1
RGB
CMYK
RGB Variations
Color information
#DD32A1 (or 0xDD32A1) is known color: Deep Cerise. HEX triplet: DD, 32 and A1. RGB value is (221,50,161). Sum of RGB (Red+Green+Blue) = 221+50+161=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32A1 is #22CD5E. Grayscale: #717171. Windows color (decimal): -2280799 or 10564317. OLE color: 10564317.
HSL color Cylindrical-coordinate representation of color #DD32A1: hue angle of 321.05º 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 #DD32A1 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 161 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.13 |
| HSL | 321.05º | 0.72% | 0.53% | - |
| HSV(B) | 321.05º | 0.77% | 0.87% | - |
| XYZ | 37.39 | 20.23 | 35.65 | - |
| YUV | 113.78 | 154.65 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 161 | 0 | 0.77 | 0.27 | 0.13 | 321.05 | 0.72 | 0.53 |
| Hex | DD | 32 | A1 | 0 | 4D | 1B | D | 141 | 48 | 35 |
| Octal | 335 | 62 | 241 | 0 | 115 | 33 | 15 | 501 | 110 | 65 |
| Binary | 11011101 | 110010 | 10100001 | 0 | 1001101 | 11011 | 1101 | 101000001 | 1001000 | 110101 |
Color Harmonies of #DD32A1
Complementary color
Monochromatic Colors of #DD32A1
Black with #DD32A1
Text Example
Text Example
White with #DD32A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32A1; }
p { color: rgb(221,50,161); }
H1.HeaderClassName
{
color: #DD32A1;
}
.AnyTagClassName
{
color: #DD32A1;
}
</style>
background-color css
<style>
a { background-color: #DD32A1; }
a { background-color: rgb(221,50,161); }
div.DivClassName
{
background-color: #DD32A1;
}
.BgClassName
{
background-color: #DD32A1;
}
</style>
border-color css
<style>
span { border-color: #DD32A1; }
span { border-color: rgb(221,50,161); }
td.TdClassName
{
border-color: #DD32A1;
}
.TagClassName
{
border-color: #DD32A1;
}
</style>