Shades of Deep Cerise #DD337A
Tints of Deep Cerise #DD337A
RGB
CMYK
RGB Variations
Color information
#DD337A (or 0xDD337A) is known color: Deep Cerise. HEX triplet: DD, 33 and 7A. RGB value is (221,51,122). Sum of RGB (Red+Green+Blue) = 221+51+122=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337A is #22CC85. Grayscale: #6D6D6D. Windows color (decimal): -2280582 or 8008669. OLE color: 8008669.
HSL color Cylindrical-coordinate representation of color #DD337A: hue angle of 334.94º 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 #DD337A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 122 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.13 |
| HSL | 334.94º | 0.71% | 0.53% | - |
| HSV(B) | 334.94º | 0.77% | 0.87% | - |
| XYZ | 34.52 | 19.14 | 20.29 | - |
| YUV | 109.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 122 | 0 | 0.77 | 0.45 | 0.13 | 334.94 | 0.71 | 0.53 |
| Hex | DD | 33 | 7A | 0 | 4D | 2D | D | 14F | 47 | 35 |
| Octal | 335 | 63 | 172 | 0 | 115 | 55 | 15 | 517 | 107 | 65 |
| Binary | 11011101 | 110011 | 1111010 | 0 | 1001101 | 101101 | 1101 | 101001111 | 1000111 | 110101 |
Color Harmonies of #DD337A
Complementary color
Monochromatic Colors of #DD337A
Black with #DD337A
Text Example
Text Example
White with #DD337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD337A; }
p { color: rgb(221,51,122); }
H1.HeaderClassName
{
color: #DD337A;
}
.AnyTagClassName
{
color: #DD337A;
}
</style>
background-color css
<style>
a { background-color: #DD337A; }
a { background-color: rgb(221,51,122); }
div.DivClassName
{
background-color: #DD337A;
}
.BgClassName
{
background-color: #DD337A;
}
</style>
border-color css
<style>
span { border-color: #DD337A; }
span { border-color: rgb(221,51,122); }
td.TdClassName
{
border-color: #DD337A;
}
.TagClassName
{
border-color: #DD337A;
}
</style>