Shades of Deep Cerise #DD359F
Tints of Deep Cerise #DD359F
RGB
CMYK
RGB Variations
Color information
#DD359F (or 0xDD359F) is known color: Deep Cerise. HEX triplet: DD, 35 and 9F. RGB value is (221,53,159). Sum of RGB (Red+Green+Blue) = 221+53+159=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359F is #22CA60. Grayscale: #737373. Windows color (decimal): -2280033 or 10434013. OLE color: 10434013.
HSL color Cylindrical-coordinate representation of color #DD359F: hue angle of 322.14º 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 #DD359F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 159 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.13 |
| HSL | 322.14º | 0.71% | 0.54% | - |
| HSV(B) | 322.14º | 0.76% | 0.87% | - |
| XYZ | 37.35 | 20.42 | 34.77 | - |
| YUV | 115.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 159 | 0 | 0.76 | 0.28 | 0.13 | 322.14 | 0.71 | 0.54 |
| Hex | DD | 35 | 9F | 0 | 4C | 1C | D | 142 | 47 | 36 |
| Octal | 335 | 65 | 237 | 0 | 114 | 34 | 15 | 502 | 107 | 66 |
| Binary | 11011101 | 110101 | 10011111 | 0 | 1001100 | 11100 | 1101 | 101000010 | 1000111 | 110110 |
Color Harmonies of #DD359F
Complementary color
Monochromatic Colors of #DD359F
Black with #DD359F
Text Example
Text Example
White with #DD359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD359F; }
p { color: rgb(221,53,159); }
H1.HeaderClassName
{
color: #DD359F;
}
.AnyTagClassName
{
color: #DD359F;
}
</style>
background-color css
<style>
a { background-color: #DD359F; }
a { background-color: rgb(221,53,159); }
div.DivClassName
{
background-color: #DD359F;
}
.BgClassName
{
background-color: #DD359F;
}
</style>
border-color css
<style>
span { border-color: #DD359F; }
span { border-color: rgb(221,53,159); }
td.TdClassName
{
border-color: #DD359F;
}
.TagClassName
{
border-color: #DD359F;
}
</style>