Shades of Cerise #DD335D
Tints of Cerise #DD335D
RGB
CMYK
RGB Variations
Color information
#DD335D (or 0xDD335D) is known color: Cerise. HEX triplet: DD, 33 and 5D. RGB value is (221,51,93). Sum of RGB (Red+Green+Blue) = 221+51+93=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD335D is #22CCA2. Grayscale: #6A6A6A. Windows color (decimal): -2280611 or 6108125. OLE color: 6108125.
HSL color Cylindrical-coordinate representation of color #DD335D: hue angle of 345.18º 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 #DD335D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 93 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.13 |
| HSL | 345.18º | 0.71% | 0.53% | - |
| HSV(B) | 345.18º | 0.77% | 0.87% | - |
| XYZ | 32.98 | 18.53 | 12.19 | - |
| YUV | 106.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 93 | 0 | 0.77 | 0.58 | 0.13 | 345.18 | 0.71 | 0.53 |
| Hex | DD | 33 | 5D | 0 | 4D | 3A | D | 159 | 47 | 35 |
| Octal | 335 | 63 | 135 | 0 | 115 | 72 | 15 | 531 | 107 | 65 |
| Binary | 11011101 | 110011 | 1011101 | 0 | 1001101 | 111010 | 1101 | 101011001 | 1000111 | 110101 |
Color Harmonies of #DD335D
Complementary color
Monochromatic Colors of #DD335D
Black with #DD335D
Text Example
Text Example
White with #DD335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD335D; }
p { color: rgb(221,51,93); }
H1.HeaderClassName
{
color: #DD335D;
}
.AnyTagClassName
{
color: #DD335D;
}
</style>
background-color css
<style>
a { background-color: #DD335D; }
a { background-color: rgb(221,51,93); }
div.DivClassName
{
background-color: #DD335D;
}
.BgClassName
{
background-color: #DD335D;
}
</style>
border-color css
<style>
span { border-color: #DD335D; }
span { border-color: rgb(221,51,93); }
td.TdClassName
{
border-color: #DD335D;
}
.TagClassName
{
border-color: #DD335D;
}
</style>