Shades of Deep Cerise #DD337F
Tints of Deep Cerise #DD337F
RGB
CMYK
RGB Variations
Color information
#DD337F (or 0xDD337F) is known color: Deep Cerise. HEX triplet: DD, 33 and 7F. RGB value is (221,51,127). Sum of RGB (Red+Green+Blue) = 221+51+127=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337F is #22CC80. Grayscale: #6E6E6E. Windows color (decimal): -2280577 or 8336349. OLE color: 8336349.
HSL color Cylindrical-coordinate representation of color #DD337F: hue angle of 333.18º 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 #DD337F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 127 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.13 |
| HSL | 333.18º | 0.71% | 0.53% | - |
| HSV(B) | 333.18º | 0.77% | 0.87% | - |
| XYZ | 34.83 | 19.27 | 21.96 | - |
| YUV | 110.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 127 | 0 | 0.77 | 0.43 | 0.13 | 333.18 | 0.71 | 0.53 |
| Hex | DD | 33 | 7F | 0 | 4D | 2B | D | 14D | 47 | 35 |
| Octal | 335 | 63 | 177 | 0 | 115 | 53 | 15 | 515 | 107 | 65 |
| Binary | 11011101 | 110011 | 1111111 | 0 | 1001101 | 101011 | 1101 | 101001101 | 1000111 | 110101 |
Color Harmonies of #DD337F
Complementary color
Monochromatic Colors of #DD337F
Black with #DD337F
Text Example
Text Example
White with #DD337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD337F; }
p { color: rgb(221,51,127); }
H1.HeaderClassName
{
color: #DD337F;
}
.AnyTagClassName
{
color: #DD337F;
}
</style>
background-color css
<style>
a { background-color: #DD337F; }
a { background-color: rgb(221,51,127); }
div.DivClassName
{
background-color: #DD337F;
}
.BgClassName
{
background-color: #DD337F;
}
</style>
border-color css
<style>
span { border-color: #DD337F; }
span { border-color: rgb(221,51,127); }
td.TdClassName
{
border-color: #DD337F;
}
.TagClassName
{
border-color: #DD337F;
}
</style>