Shades of Deep Cerise #DD32A5
Tints of Deep Cerise #DD32A5
RGB
CMYK
RGB Variations
Color information
#DD32A5 (or 0xDD32A5) is known color: Deep Cerise. HEX triplet: DD, 32 and A5. RGB value is (221,50,165). Sum of RGB (Red+Green+Blue) = 221+50+165=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32A5 is #22CD5A. Grayscale: #717171. Windows color (decimal): -2280795 or 10826461. OLE color: 10826461.
HSL color Cylindrical-coordinate representation of color #DD32A5: hue angle of 319.65º 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 #DD32A5 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 165 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.13 |
| HSL | 319.65º | 0.72% | 0.53% | - |
| HSV(B) | 319.65º | 0.77% | 0.87% | - |
| XYZ | 37.75 | 20.37 | 37.54 | - |
| YUV | 114.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 165 | 0 | 0.77 | 0.25 | 0.13 | 319.65 | 0.72 | 0.53 |
| Hex | DD | 32 | A5 | 0 | 4D | 19 | D | 140 | 48 | 35 |
| Octal | 335 | 62 | 245 | 0 | 115 | 31 | 15 | 500 | 110 | 65 |
| Binary | 11011101 | 110010 | 10100101 | 0 | 1001101 | 11001 | 1101 | 101000000 | 1001000 | 110101 |
Color Harmonies of #DD32A5
Complementary color
Monochromatic Colors of #DD32A5
Black with #DD32A5
Text Example
Text Example
White with #DD32A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32A5; }
p { color: rgb(221,50,165); }
H1.HeaderClassName
{
color: #DD32A5;
}
.AnyTagClassName
{
color: #DD32A5;
}
</style>
background-color css
<style>
a { background-color: #DD32A5; }
a { background-color: rgb(221,50,165); }
div.DivClassName
{
background-color: #DD32A5;
}
.BgClassName
{
background-color: #DD32A5;
}
</style>
border-color css
<style>
span { border-color: #DD32A5; }
span { border-color: rgb(221,50,165); }
td.TdClassName
{
border-color: #DD32A5;
}
.TagClassName
{
border-color: #DD32A5;
}
</style>