Shades of Deep Cerise #DD328C
Tints of Deep Cerise #DD328C
RGB
CMYK
RGB Variations
Color information
#DD328C (or 0xDD328C) is known color: Deep Cerise. HEX triplet: DD, 32 and 8C. RGB value is (221,50,140). Sum of RGB (Red+Green+Blue) = 221+50+140=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD328C is #22CD73. Grayscale: #6F6F6F. Windows color (decimal): -2280820 or 9188061. OLE color: 9188061.
HSL color Cylindrical-coordinate representation of color #DD328C: hue angle of 328.42º 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 #DD328C is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 140 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.13 |
| HSL | 328.42º | 0.72% | 0.53% | - |
| HSV(B) | 328.42º | 0.77% | 0.87% | - |
| XYZ | 35.69 | 19.55 | 26.7 | - |
| YUV | 111.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 140 | 0 | 0.77 | 0.37 | 0.13 | 328.42 | 0.72 | 0.53 |
| Hex | DD | 32 | 8C | 0 | 4D | 25 | D | 148 | 48 | 35 |
| Octal | 335 | 62 | 214 | 0 | 115 | 45 | 15 | 510 | 110 | 65 |
| Binary | 11011101 | 110010 | 10001100 | 0 | 1001101 | 100101 | 1101 | 101001000 | 1001000 | 110101 |
Color Harmonies of #DD328C
Complementary color
Monochromatic Colors of #DD328C
Black with #DD328C
Text Example
Text Example
White with #DD328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD328C; }
p { color: rgb(221,50,140); }
H1.HeaderClassName
{
color: #DD328C;
}
.AnyTagClassName
{
color: #DD328C;
}
</style>
background-color css
<style>
a { background-color: #DD328C; }
a { background-color: rgb(221,50,140); }
div.DivClassName
{
background-color: #DD328C;
}
.BgClassName
{
background-color: #DD328C;
}
</style>
border-color css
<style>
span { border-color: #DD328C; }
span { border-color: rgb(221,50,140); }
td.TdClassName
{
border-color: #DD328C;
}
.TagClassName
{
border-color: #DD328C;
}
</style>