Shades of Cerise #DD326D
Tints of Cerise #DD326D
RGB
CMYK
RGB Variations
Color information
#DD326D (or 0xDD326D) is known color: Cerise. HEX triplet: DD, 32 and 6D. RGB value is (221,50,109). Sum of RGB (Red+Green+Blue) = 221+50+109=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326D is #22CD92. Grayscale: #6B6B6B. Windows color (decimal): -2280851 or 7156445. OLE color: 7156445.
HSL color Cylindrical-coordinate representation of color #DD326D: hue angle of 339.3º 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 #DD326D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 109 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.13 |
| HSL | 339.3º | 0.72% | 0.53% | - |
| HSV(B) | 339.3º | 0.77% | 0.87% | - |
| XYZ | 33.72 | 18.76 | 16.31 | - |
| YUV | 107.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 109 | 0 | 0.77 | 0.51 | 0.13 | 339.3 | 0.72 | 0.53 |
| Hex | DD | 32 | 6D | 0 | 4D | 33 | D | 153 | 48 | 35 |
| Octal | 335 | 62 | 155 | 0 | 115 | 63 | 15 | 523 | 110 | 65 |
| Binary | 11011101 | 110010 | 1101101 | 0 | 1001101 | 110011 | 1101 | 101010011 | 1001000 | 110101 |
Color Harmonies of #DD326D
Complementary color
Monochromatic Colors of #DD326D
Black with #DD326D
Text Example
Text Example
White with #DD326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD326D; }
p { color: rgb(221,50,109); }
H1.HeaderClassName
{
color: #DD326D;
}
.AnyTagClassName
{
color: #DD326D;
}
</style>
background-color css
<style>
a { background-color: #DD326D; }
a { background-color: rgb(221,50,109); }
div.DivClassName
{
background-color: #DD326D;
}
.BgClassName
{
background-color: #DD326D;
}
</style>
border-color css
<style>
span { border-color: #DD326D; }
span { border-color: rgb(221,50,109); }
td.TdClassName
{
border-color: #DD326D;
}
.TagClassName
{
border-color: #DD326D;
}
</style>