Shades of Deep Cerise #DD32A4
Tints of Deep Cerise #DD32A4
RGB
CMYK
RGB Variations
Color information
#DD32A4 (or 0xDD32A4) is known color: Deep Cerise. HEX triplet: DD, 32 and A4. RGB value is (221,50,164). Sum of RGB (Red+Green+Blue) = 221+50+164=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32A4 is #22CD5B. Grayscale: #717171. Windows color (decimal): -2280796 or 10760925. OLE color: 10760925.
HSL color Cylindrical-coordinate representation of color #DD32A4: hue angle of 320º 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 #DD32A4 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.13 |
| HSL | 320º | 0.72% | 0.53% | - |
| HSV(B) | 320º | 0.77% | 0.87% | - |
| XYZ | 37.66 | 20.33 | 37.06 | - |
| YUV | 114.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 164 | 0 | 0.77 | 0.26 | 0.13 | 320 | 0.72 | 0.53 |
| Hex | DD | 32 | A4 | 0 | 4D | 1A | D | 140 | 48 | 35 |
| Octal | 335 | 62 | 244 | 0 | 115 | 32 | 15 | 500 | 110 | 65 |
| Binary | 11011101 | 110010 | 10100100 | 0 | 1001101 | 11010 | 1101 | 101000000 | 1001000 | 110101 |
Color Harmonies of #DD32A4
Complementary color
Monochromatic Colors of #DD32A4
Black with #DD32A4
Text Example
Text Example
White with #DD32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32A4; }
p { color: rgb(221,50,164); }
H1.HeaderClassName
{
color: #DD32A4;
}
.AnyTagClassName
{
color: #DD32A4;
}
</style>
background-color css
<style>
a { background-color: #DD32A4; }
a { background-color: rgb(221,50,164); }
div.DivClassName
{
background-color: #DD32A4;
}
.BgClassName
{
background-color: #DD32A4;
}
</style>
border-color css
<style>
span { border-color: #DD32A4; }
span { border-color: rgb(221,50,164); }
td.TdClassName
{
border-color: #DD32A4;
}
.TagClassName
{
border-color: #DD32A4;
}
</style>