Shades of Deep Cerise #DD329C
Tints of Deep Cerise #DD329C
RGB
CMYK
RGB Variations
Color information
#DD329C (or 0xDD329C) is known color: Deep Cerise. HEX triplet: DD, 32 and 9C. RGB value is (221,50,156). Sum of RGB (Red+Green+Blue) = 221+50+156=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD329C is #22CD63. Grayscale: #707070. Windows color (decimal): -2280804 or 10236637. OLE color: 10236637.
HSL color Cylindrical-coordinate representation of color #DD329C: hue angle of 322.81º 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 #DD329C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 156 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.13 |
| HSL | 322.81º | 0.72% | 0.53% | - |
| HSV(B) | 322.81º | 0.77% | 0.87% | - |
| XYZ | 36.96 | 20.05 | 33.38 | - |
| YUV | 113.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 156 | 0 | 0.77 | 0.29 | 0.13 | 322.81 | 0.72 | 0.53 |
| Hex | DD | 32 | 9C | 0 | 4D | 1D | D | 143 | 48 | 35 |
| Octal | 335 | 62 | 234 | 0 | 115 | 35 | 15 | 503 | 110 | 65 |
| Binary | 11011101 | 110010 | 10011100 | 0 | 1001101 | 11101 | 1101 | 101000011 | 1001000 | 110101 |
Color Harmonies of #DD329C
Complementary color
Monochromatic Colors of #DD329C
Black with #DD329C
Text Example
Text Example
White with #DD329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD329C; }
p { color: rgb(221,50,156); }
H1.HeaderClassName
{
color: #DD329C;
}
.AnyTagClassName
{
color: #DD329C;
}
</style>
background-color css
<style>
a { background-color: #DD329C; }
a { background-color: rgb(221,50,156); }
div.DivClassName
{
background-color: #DD329C;
}
.BgClassName
{
background-color: #DD329C;
}
</style>
border-color css
<style>
span { border-color: #DD329C; }
span { border-color: rgb(221,50,156); }
td.TdClassName
{
border-color: #DD329C;
}
.TagClassName
{
border-color: #DD329C;
}
</style>