Shades of Deep Cerise #DD3379
Tints of Deep Cerise #DD3379
RGB
CMYK
RGB Variations
Color information
#DD3379 (or 0xDD3379) is known color: Deep Cerise. HEX triplet: DD, 33 and 79. RGB value is (221,51,121). Sum of RGB (Red+Green+Blue) = 221+51+121=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3379 is #22CC86. Grayscale: #6D6D6D. Windows color (decimal): -2280583 or 7943133. OLE color: 7943133.
HSL color Cylindrical-coordinate representation of color #DD3379: hue angle of 335.29º 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 #DD3379 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 121 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.13 |
| HSL | 335.29º | 0.71% | 0.53% | - |
| HSV(B) | 335.29º | 0.77% | 0.87% | - |
| XYZ | 34.45 | 19.12 | 19.96 | - |
| YUV | 109.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 121 | 0 | 0.77 | 0.45 | 0.13 | 335.29 | 0.71 | 0.53 |
| Hex | DD | 33 | 79 | 0 | 4D | 2D | D | 14F | 47 | 35 |
| Octal | 335 | 63 | 171 | 0 | 115 | 55 | 15 | 517 | 107 | 65 |
| Binary | 11011101 | 110011 | 1111001 | 0 | 1001101 | 101101 | 1101 | 101001111 | 1000111 | 110101 |
Color Harmonies of #DD3379
Complementary color
Monochromatic Colors of #DD3379
Black with #DD3379
Text Example
Text Example
White with #DD3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3379; }
p { color: rgb(221,51,121); }
H1.HeaderClassName
{
color: #DD3379;
}
.AnyTagClassName
{
color: #DD3379;
}
</style>
background-color css
<style>
a { background-color: #DD3379; }
a { background-color: rgb(221,51,121); }
div.DivClassName
{
background-color: #DD3379;
}
.BgClassName
{
background-color: #DD3379;
}
</style>
border-color css
<style>
span { border-color: #DD3379; }
span { border-color: rgb(221,51,121); }
td.TdClassName
{
border-color: #DD3379;
}
.TagClassName
{
border-color: #DD3379;
}
</style>