Shades of Deep Cerise #DD337C
Tints of Deep Cerise #DD337C
RGB
CMYK
RGB Variations
Color information
#DD337C (or 0xDD337C) is known color: Deep Cerise. HEX triplet: DD, 33 and 7C. RGB value is (221,51,124). Sum of RGB (Red+Green+Blue) = 221+51+124=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337C is #22CC83. Grayscale: #6E6E6E. Windows color (decimal): -2280580 or 8139741. OLE color: 8139741.
HSL color Cylindrical-coordinate representation of color #DD337C: hue angle of 334.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD337C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 124 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.13 |
| HSL | 334.24º | 0.71% | 0.53% | - |
| HSV(B) | 334.24º | 0.77% | 0.87% | - |
| XYZ | 34.64 | 19.2 | 20.95 | - |
| YUV | 110.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 124 | 0 | 0.77 | 0.44 | 0.13 | 334.24 | 0.71 | 0.53 |
| Hex | DD | 33 | 7C | 0 | 4D | 2C | D | 14E | 47 | 35 |
| Octal | 335 | 63 | 174 | 0 | 115 | 54 | 15 | 516 | 107 | 65 |
| Binary | 11011101 | 110011 | 1111100 | 0 | 1001101 | 101100 | 1101 | 101001110 | 1000111 | 110101 |
Color Harmonies of #DD337C
Complementary color
Monochromatic Colors of #DD337C
Black with #DD337C
Text Example
Text Example
White with #DD337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD337C; }
p { color: rgb(221,51,124); }
H1.HeaderClassName
{
color: #DD337C;
}
.AnyTagClassName
{
color: #DD337C;
}
</style>
background-color css
<style>
a { background-color: #DD337C; }
a { background-color: rgb(221,51,124); }
div.DivClassName
{
background-color: #DD337C;
}
.BgClassName
{
background-color: #DD337C;
}
</style>
border-color css
<style>
span { border-color: #DD337C; }
span { border-color: rgb(221,51,124); }
td.TdClassName
{
border-color: #DD337C;
}
.TagClassName
{
border-color: #DD337C;
}
</style>