Shades of Cerise #DD325D
Tints of Cerise #DD325D
RGB
CMYK
RGB Variations
Color information
#DD325D (or 0xDD325D) is known color: Cerise. HEX triplet: DD, 32 and 5D. RGB value is (221,50,93). Sum of RGB (Red+Green+Blue) = 221+50+93=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325D is #22CDA2. Grayscale: #6A6A6A. Windows color (decimal): -2280867 or 6107869. OLE color: 6107869.
HSL color Cylindrical-coordinate representation of color #DD325D: hue angle of 344.91º 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 #DD325D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 93 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.13 |
| HSL | 344.91º | 0.72% | 0.53% | - |
| HSV(B) | 344.91º | 0.77% | 0.87% | - |
| XYZ | 32.94 | 18.44 | 12.18 | - |
| YUV | 106.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 93 | 0 | 0.77 | 0.58 | 0.13 | 344.91 | 0.72 | 0.53 |
| Hex | DD | 32 | 5D | 0 | 4D | 3A | D | 159 | 48 | 35 |
| Octal | 335 | 62 | 135 | 0 | 115 | 72 | 15 | 531 | 110 | 65 |
| Binary | 11011101 | 110010 | 1011101 | 0 | 1001101 | 111010 | 1101 | 101011001 | 1001000 | 110101 |
Color Harmonies of #DD325D
Complementary color
Monochromatic Colors of #DD325D
Black with #DD325D
Text Example
Text Example
White with #DD325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD325D; }
p { color: rgb(221,50,93); }
H1.HeaderClassName
{
color: #DD325D;
}
.AnyTagClassName
{
color: #DD325D;
}
</style>
background-color css
<style>
a { background-color: #DD325D; }
a { background-color: rgb(221,50,93); }
div.DivClassName
{
background-color: #DD325D;
}
.BgClassName
{
background-color: #DD325D;
}
</style>
border-color css
<style>
span { border-color: #DD325D; }
span { border-color: rgb(221,50,93); }
td.TdClassName
{
border-color: #DD325D;
}
.TagClassName
{
border-color: #DD325D;
}
</style>