Shades of Deep Cerise #DD328E
Tints of Deep Cerise #DD328E
RGB
CMYK
RGB Variations
Color information
#DD328E (or 0xDD328E) is known color: Deep Cerise. HEX triplet: DD, 32 and 8E. RGB value is (221,50,142). Sum of RGB (Red+Green+Blue) = 221+50+142=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328E is #22CD71. Grayscale: #6F6F6F. Windows color (decimal): -2280818 or 9319133. OLE color: 9319133.
HSL color Cylindrical-coordinate representation of color #DD328E: hue angle of 327.72º 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 #DD328E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 142 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 327.72º | 0.72% | 0.53% | - |
| HSV(B) | 327.72º | 0.77% | 0.87% | - |
| XYZ | 35.84 | 19.61 | 27.49 | - |
| YUV | 111.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 142 | 0 | 0.77 | 0.36 | 0.13 | 327.72 | 0.72 | 0.53 |
| Hex | DD | 32 | 8E | 0 | 4D | 24 | D | 148 | 48 | 35 |
| Octal | 335 | 62 | 216 | 0 | 115 | 44 | 15 | 510 | 110 | 65 |
| Binary | 11011101 | 110010 | 10001110 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001000 | 110101 |
Color Harmonies of #DD328E
Complementary color
Monochromatic Colors of #DD328E
Black with #DD328E
Text Example
Text Example
White with #DD328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD328E; }
p { color: rgb(221,50,142); }
H1.HeaderClassName
{
color: #DD328E;
}
.AnyTagClassName
{
color: #DD328E;
}
</style>
background-color css
<style>
a { background-color: #DD328E; }
a { background-color: rgb(221,50,142); }
div.DivClassName
{
background-color: #DD328E;
}
.BgClassName
{
background-color: #DD328E;
}
</style>
border-color css
<style>
span { border-color: #DD328E; }
span { border-color: rgb(221,50,142); }
td.TdClassName
{
border-color: #DD328E;
}
.TagClassName
{
border-color: #DD328E;
}
</style>