Shades of Deep Cerise #DD357C
Tints of Deep Cerise #DD357C
RGB
CMYK
RGB Variations
Color information
#DD357C (or 0xDD357C) is known color: Deep Cerise. HEX triplet: DD, 35 and 7C. RGB value is (221,53,124). Sum of RGB (Red+Green+Blue) = 221+53+124=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD357C is #22CA83. Grayscale: #6F6F6F. Windows color (decimal): -2280068 or 8140253. OLE color: 8140253.
HSL color Cylindrical-coordinate representation of color #DD357C: hue angle of 334.64º 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 #DD357C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 124 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.13 |
| HSL | 334.64º | 0.71% | 0.54% | - |
| HSV(B) | 334.64º | 0.76% | 0.87% | - |
| XYZ | 34.73 | 19.37 | 20.98 | - |
| YUV | 111.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 124 | 0 | 0.76 | 0.44 | 0.13 | 334.64 | 0.71 | 0.54 |
| Hex | DD | 35 | 7C | 0 | 4C | 2C | D | 14F | 47 | 36 |
| Octal | 335 | 65 | 174 | 0 | 114 | 54 | 15 | 517 | 107 | 66 |
| Binary | 11011101 | 110101 | 1111100 | 0 | 1001100 | 101100 | 1101 | 101001111 | 1000111 | 110110 |
Color Harmonies of #DD357C
Complementary color
Monochromatic Colors of #DD357C
Black with #DD357C
Text Example
Text Example
White with #DD357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD357C; }
p { color: rgb(221,53,124); }
H1.HeaderClassName
{
color: #DD357C;
}
.AnyTagClassName
{
color: #DD357C;
}
</style>
background-color css
<style>
a { background-color: #DD357C; }
a { background-color: rgb(221,53,124); }
div.DivClassName
{
background-color: #DD357C;
}
.BgClassName
{
background-color: #DD357C;
}
</style>
border-color css
<style>
span { border-color: #DD357C; }
span { border-color: rgb(221,53,124); }
td.TdClassName
{
border-color: #DD357C;
}
.TagClassName
{
border-color: #DD357C;
}
</style>