Shades of Cerise #DD356C
Tints of Cerise #DD356C
RGB
CMYK
RGB Variations
Color information
#DD356C (or 0xDD356C) is known color: Cerise. HEX triplet: DD, 35 and 6C. RGB value is (221,53,108). Sum of RGB (Red+Green+Blue) = 221+53+108=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD356C is #22CA93. Grayscale: #6D6D6D. Windows color (decimal): -2280084 or 7091677. OLE color: 7091677.
HSL color Cylindrical-coordinate representation of color #DD356C: hue angle of 340.36º 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 #DD356C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 108 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.13 |
| HSL | 340.36º | 0.71% | 0.54% | - |
| HSV(B) | 340.36º | 0.76% | 0.87% | - |
| XYZ | 33.8 | 19 | 16.07 | - |
| YUV | 109.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 108 | 0 | 0.76 | 0.51 | 0.13 | 340.36 | 0.71 | 0.54 |
| Hex | DD | 35 | 6C | 0 | 4C | 33 | D | 154 | 47 | 36 |
| Octal | 335 | 65 | 154 | 0 | 114 | 63 | 15 | 524 | 107 | 66 |
| Binary | 11011101 | 110101 | 1101100 | 0 | 1001100 | 110011 | 1101 | 101010100 | 1000111 | 110110 |
Color Harmonies of #DD356C
Complementary color
Monochromatic Colors of #DD356C
Black with #DD356C
Text Example
Text Example
White with #DD356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD356C; }
p { color: rgb(221,53,108); }
H1.HeaderClassName
{
color: #DD356C;
}
.AnyTagClassName
{
color: #DD356C;
}
</style>
background-color css
<style>
a { background-color: #DD356C; }
a { background-color: rgb(221,53,108); }
div.DivClassName
{
background-color: #DD356C;
}
.BgClassName
{
background-color: #DD356C;
}
</style>
border-color css
<style>
span { border-color: #DD356C; }
span { border-color: rgb(221,53,108); }
td.TdClassName
{
border-color: #DD356C;
}
.TagClassName
{
border-color: #DD356C;
}
</style>