Shades of Cerise #DD356B
Tints of Cerise #DD356B
RGB
CMYK
RGB Variations
Color information
#DD356B (or 0xDD356B) is known color: Cerise. HEX triplet: DD, 35 and 6B. RGB value is (221,53,107). Sum of RGB (Red+Green+Blue) = 221+53+107=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD356B is #22CA94. Grayscale: #6D6D6D. Windows color (decimal): -2280085 or 7026141. OLE color: 7026141.
HSL color Cylindrical-coordinate representation of color #DD356B: hue angle of 340.71º 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 #DD356B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 107 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.13 |
| HSL | 340.71º | 0.71% | 0.54% | - |
| HSV(B) | 340.71º | 0.76% | 0.87% | - |
| XYZ | 33.75 | 18.98 | 15.79 | - |
| YUV | 109.39 | 126.66 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 107 | 0 | 0.76 | 0.52 | 0.13 | 340.71 | 0.71 | 0.54 |
| Hex | DD | 35 | 6B | 0 | 4C | 34 | D | 155 | 47 | 36 |
| Octal | 335 | 65 | 153 | 0 | 114 | 64 | 15 | 525 | 107 | 66 |
| Binary | 11011101 | 110101 | 1101011 | 0 | 1001100 | 110100 | 1101 | 101010101 | 1000111 | 110110 |
Color Harmonies of #DD356B
Complementary color
Monochromatic Colors of #DD356B
Black with #DD356B
Text Example
Text Example
White with #DD356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD356B; }
p { color: rgb(221,53,107); }
H1.HeaderClassName
{
color: #DD356B;
}
.AnyTagClassName
{
color: #DD356B;
}
</style>
background-color css
<style>
a { background-color: #DD356B; }
a { background-color: rgb(221,53,107); }
div.DivClassName
{
background-color: #DD356B;
}
.BgClassName
{
background-color: #DD356B;
}
</style>
border-color css
<style>
span { border-color: #DD356B; }
span { border-color: rgb(221,53,107); }
td.TdClassName
{
border-color: #DD356B;
}
.TagClassName
{
border-color: #DD356B;
}
</style>