Shades of Cerise #DD325F
Tints of Cerise #DD325F
RGB
CMYK
RGB Variations
Color information
#DD325F (or 0xDD325F) is known color: Cerise. HEX triplet: DD, 32 and 5F. RGB value is (221,50,95). Sum of RGB (Red+Green+Blue) = 221+50+95=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325F is #22CDA0. Grayscale: #6A6A6A. Windows color (decimal): -2280865 or 6238941. OLE color: 6238941.
HSL color Cylindrical-coordinate representation of color #DD325F: hue angle of 344.21º 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 #DD325F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.13 |
| HSL | 344.21º | 0.72% | 0.53% | - |
| HSV(B) | 344.21º | 0.77% | 0.87% | - |
| XYZ | 33.02 | 18.48 | 12.65 | - |
| YUV | 106.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 95 | 0 | 0.77 | 0.57 | 0.13 | 344.21 | 0.72 | 0.53 |
| Hex | DD | 32 | 5F | 0 | 4D | 39 | D | 158 | 48 | 35 |
| Octal | 335 | 62 | 137 | 0 | 115 | 71 | 15 | 530 | 110 | 65 |
| Binary | 11011101 | 110010 | 1011111 | 0 | 1001101 | 111001 | 1101 | 101011000 | 1001000 | 110101 |
Color Harmonies of #DD325F
Complementary color
Monochromatic Colors of #DD325F
Black with #DD325F
Text Example
Text Example
White with #DD325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD325F; }
p { color: rgb(221,50,95); }
H1.HeaderClassName
{
color: #DD325F;
}
.AnyTagClassName
{
color: #DD325F;
}
</style>
background-color css
<style>
a { background-color: #DD325F; }
a { background-color: rgb(221,50,95); }
div.DivClassName
{
background-color: #DD325F;
}
.BgClassName
{
background-color: #DD325F;
}
</style>
border-color css
<style>
span { border-color: #DD325F; }
span { border-color: rgb(221,50,95); }
td.TdClassName
{
border-color: #DD325F;
}
.TagClassName
{
border-color: #DD325F;
}
</style>