Shades of Cerise #DD335E
Tints of Cerise #DD335E
RGB
CMYK
RGB Variations
Color information
#DD335E (or 0xDD335E) is known color: Cerise. HEX triplet: DD, 33 and 5E. RGB value is (221,51,94). Sum of RGB (Red+Green+Blue) = 221+51+94=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335E is #22CCA1. Grayscale: #6A6A6A. Windows color (decimal): -2280610 or 6173661. OLE color: 6173661.
HSL color Cylindrical-coordinate representation of color #DD335E: hue angle of 344.82º degrees, saturation: 0.71, 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 #DD335E is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 94 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.13 |
| HSL | 344.82º | 0.71% | 0.53% | - |
| HSV(B) | 344.82º | 0.77% | 0.87% | - |
| XYZ | 33.02 | 18.55 | 12.43 | - |
| YUV | 106.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 94 | 0 | 0.77 | 0.57 | 0.13 | 344.82 | 0.71 | 0.53 |
| Hex | DD | 33 | 5E | 0 | 4D | 39 | D | 159 | 47 | 35 |
| Octal | 335 | 63 | 136 | 0 | 115 | 71 | 15 | 531 | 107 | 65 |
| Binary | 11011101 | 110011 | 1011110 | 0 | 1001101 | 111001 | 1101 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DD335E
Complementary color
Monochromatic Colors of #DD335E
Black with #DD335E
Text Example
Text Example
White with #DD335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD335E; }
p { color: rgb(221,51,94); }
H1.HeaderClassName
{
color: #DD335E;
}
.AnyTagClassName
{
color: #DD335E;
}
</style>
background-color css
<style>
a { background-color: #DD335E; }
a { background-color: rgb(221,51,94); }
div.DivClassName
{
background-color: #DD335E;
}
.BgClassName
{
background-color: #DD335E;
}
</style>
border-color css
<style>
span { border-color: #DD335E; }
span { border-color: rgb(221,51,94); }
td.TdClassName
{
border-color: #DD335E;
}
.TagClassName
{
border-color: #DD335E;
}
</style>