Shades of Deep Cerise #DD329A
Tints of Deep Cerise #DD329A
RGB
CMYK
RGB Variations
Color information
#DD329A (or 0xDD329A) is known color: Deep Cerise. HEX triplet: DD, 32 and 9A. RGB value is (221,50,154). Sum of RGB (Red+Green+Blue) = 221+50+154=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD329A is #22CD65. Grayscale: #707070. Windows color (decimal): -2280806 or 10105565. OLE color: 10105565.
HSL color Cylindrical-coordinate representation of color #DD329A: hue angle of 323.51º 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 #DD329A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 154 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.13 |
| HSL | 323.51º | 0.72% | 0.53% | - |
| HSV(B) | 323.51º | 0.77% | 0.87% | - |
| XYZ | 36.79 | 19.99 | 32.49 | - |
| YUV | 112.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 154 | 0 | 0.77 | 0.30 | 0.13 | 323.51 | 0.72 | 0.53 |
| Hex | DD | 32 | 9A | 0 | 4D | 1E | D | 144 | 48 | 35 |
| Octal | 335 | 62 | 232 | 0 | 115 | 36 | 15 | 504 | 110 | 65 |
| Binary | 11011101 | 110010 | 10011010 | 0 | 1001101 | 11110 | 1101 | 101000100 | 1001000 | 110101 |
Color Harmonies of #DD329A
Complementary color
Monochromatic Colors of #DD329A
Black with #DD329A
Text Example
Text Example
White with #DD329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD329A; }
p { color: rgb(221,50,154); }
H1.HeaderClassName
{
color: #DD329A;
}
.AnyTagClassName
{
color: #DD329A;
}
</style>
background-color css
<style>
a { background-color: #DD329A; }
a { background-color: rgb(221,50,154); }
div.DivClassName
{
background-color: #DD329A;
}
.BgClassName
{
background-color: #DD329A;
}
</style>
border-color css
<style>
span { border-color: #DD329A; }
span { border-color: rgb(221,50,154); }
td.TdClassName
{
border-color: #DD329A;
}
.TagClassName
{
border-color: #DD329A;
}
</style>