Shades of Cerise #DD355C
Tints of Cerise #DD355C
RGB
CMYK
RGB Variations
Color information
#DD355C (or 0xDD355C) is known color: Cerise. HEX triplet: DD, 35 and 5C. RGB value is (221,53,92). Sum of RGB (Red+Green+Blue) = 221+53+92=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD355C is #22CAA3. Grayscale: #6B6B6B. Windows color (decimal): -2280100 or 6043101. OLE color: 6043101.
HSL color Cylindrical-coordinate representation of color #DD355C: hue angle of 346.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD355C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 92 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.13 |
| HSL | 346.07º | 0.71% | 0.54% | - |
| HSV(B) | 346.07º | 0.76% | 0.87% | - |
| XYZ | 33.02 | 18.69 | 11.99 | - |
| YUV | 107.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 92 | 0 | 0.76 | 0.58 | 0.13 | 346.07 | 0.71 | 0.54 |
| Hex | DD | 35 | 5C | 0 | 4C | 3A | D | 15A | 47 | 36 |
| Octal | 335 | 65 | 134 | 0 | 114 | 72 | 15 | 532 | 107 | 66 |
| Binary | 11011101 | 110101 | 1011100 | 0 | 1001100 | 111010 | 1101 | 101011010 | 1000111 | 110110 |
Color Harmonies of #DD355C
Complementary color
Monochromatic Colors of #DD355C
Black with #DD355C
Text Example
Text Example
White with #DD355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD355C; }
p { color: rgb(221,53,92); }
H1.HeaderClassName
{
color: #DD355C;
}
.AnyTagClassName
{
color: #DD355C;
}
</style>
background-color css
<style>
a { background-color: #DD355C; }
a { background-color: rgb(221,53,92); }
div.DivClassName
{
background-color: #DD355C;
}
.BgClassName
{
background-color: #DD355C;
}
</style>
border-color css
<style>
span { border-color: #DD355C; }
span { border-color: rgb(221,53,92); }
td.TdClassName
{
border-color: #DD355C;
}
.TagClassName
{
border-color: #DD355C;
}
</style>