Shades of Deep Cerise #DD359C
Tints of Deep Cerise #DD359C
RGB
CMYK
RGB Variations
Color information
#DD359C (or 0xDD359C) is known color: Deep Cerise. HEX triplet: DD, 35 and 9C. RGB value is (221,53,156). Sum of RGB (Red+Green+Blue) = 221+53+156=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD359C is #22CA63. Grayscale: #727272. Windows color (decimal): -2280036 or 10237405. OLE color: 10237405.
HSL color Cylindrical-coordinate representation of color #DD359C: hue angle of 323.21º 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 #DD359C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 156 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.13 |
| HSL | 323.21º | 0.71% | 0.54% | - |
| HSV(B) | 323.21º | 0.76% | 0.87% | - |
| XYZ | 37.09 | 20.32 | 33.42 | - |
| YUV | 114.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 156 | 0 | 0.76 | 0.29 | 0.13 | 323.21 | 0.71 | 0.54 |
| Hex | DD | 35 | 9C | 0 | 4C | 1D | D | 143 | 47 | 36 |
| Octal | 335 | 65 | 234 | 0 | 114 | 35 | 15 | 503 | 107 | 66 |
| Binary | 11011101 | 110101 | 10011100 | 0 | 1001100 | 11101 | 1101 | 101000011 | 1000111 | 110110 |
Color Harmonies of #DD359C
Complementary color
Monochromatic Colors of #DD359C
Black with #DD359C
Text Example
Text Example
White with #DD359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD359C; }
p { color: rgb(221,53,156); }
H1.HeaderClassName
{
color: #DD359C;
}
.AnyTagClassName
{
color: #DD359C;
}
</style>
background-color css
<style>
a { background-color: #DD359C; }
a { background-color: rgb(221,53,156); }
div.DivClassName
{
background-color: #DD359C;
}
.BgClassName
{
background-color: #DD359C;
}
</style>
border-color css
<style>
span { border-color: #DD359C; }
span { border-color: rgb(221,53,156); }
td.TdClassName
{
border-color: #DD359C;
}
.TagClassName
{
border-color: #DD359C;
}
</style>