Shades of Deep Cerise #DD327C
Tints of Deep Cerise #DD327C
RGB
CMYK
RGB Variations
Color information
#DD327C (or 0xDD327C) is known color: Deep Cerise. HEX triplet: DD, 32 and 7C. RGB value is (221,50,124). Sum of RGB (Red+Green+Blue) = 221+50+124=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD327C is #22CD83. Grayscale: #6D6D6D. Windows color (decimal): -2280836 or 8139485. OLE color: 8139485.
HSL color Cylindrical-coordinate representation of color #DD327C: hue angle of 334.04º 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 #DD327C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 124 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.13 |
| HSL | 334.04º | 0.72% | 0.53% | - |
| HSV(B) | 334.04º | 0.77% | 0.87% | - |
| XYZ | 34.6 | 19.11 | 20.93 | - |
| YUV | 109.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 124 | 0 | 0.77 | 0.44 | 0.13 | 334.04 | 0.72 | 0.53 |
| Hex | DD | 32 | 7C | 0 | 4D | 2C | D | 14E | 48 | 35 |
| Octal | 335 | 62 | 174 | 0 | 115 | 54 | 15 | 516 | 110 | 65 |
| Binary | 11011101 | 110010 | 1111100 | 0 | 1001101 | 101100 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DD327C
Complementary color
Monochromatic Colors of #DD327C
Black with #DD327C
Text Example
Text Example
White with #DD327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD327C; }
p { color: rgb(221,50,124); }
H1.HeaderClassName
{
color: #DD327C;
}
.AnyTagClassName
{
color: #DD327C;
}
</style>
background-color css
<style>
a { background-color: #DD327C; }
a { background-color: rgb(221,50,124); }
div.DivClassName
{
background-color: #DD327C;
}
.BgClassName
{
background-color: #DD327C;
}
</style>
border-color css
<style>
span { border-color: #DD327C; }
span { border-color: rgb(221,50,124); }
td.TdClassName
{
border-color: #DD327C;
}
.TagClassName
{
border-color: #DD327C;
}
</style>