Shades of Deep Cerise #DD3377
Tints of Deep Cerise #DD3377
RGB
CMYK
RGB Variations
Color information
#DD3377 (or 0xDD3377) is known color: Deep Cerise. HEX triplet: DD, 33 and 77. RGB value is (221,51,119). Sum of RGB (Red+Green+Blue) = 221+51+119=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3377 is #22CC88. Grayscale: #6D6D6D. Windows color (decimal): -2280585 or 7812061. OLE color: 7812061.
HSL color Cylindrical-coordinate representation of color #DD3377: hue angle of 336º 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 #DD3377 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 119 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.13 |
| HSL | 336º | 0.71% | 0.53% | - |
| HSV(B) | 336º | 0.77% | 0.87% | - |
| XYZ | 34.33 | 19.07 | 19.32 | - |
| YUV | 109.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 119 | 0 | 0.77 | 0.46 | 0.13 | 336 | 0.71 | 0.53 |
| Hex | DD | 33 | 77 | 0 | 4D | 2E | D | 150 | 47 | 35 |
| Octal | 335 | 63 | 167 | 0 | 115 | 56 | 15 | 520 | 107 | 65 |
| Binary | 11011101 | 110011 | 1110111 | 0 | 1001101 | 101110 | 1101 | 101010000 | 1000111 | 110101 |
Color Harmonies of #DD3377
Complementary color
Monochromatic Colors of #DD3377
Black with #DD3377
Text Example
Text Example
White with #DD3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3377; }
p { color: rgb(221,51,119); }
H1.HeaderClassName
{
color: #DD3377;
}
.AnyTagClassName
{
color: #DD3377;
}
</style>
background-color css
<style>
a { background-color: #DD3377; }
a { background-color: rgb(221,51,119); }
div.DivClassName
{
background-color: #DD3377;
}
.BgClassName
{
background-color: #DD3377;
}
</style>
border-color css
<style>
span { border-color: #DD3377; }
span { border-color: rgb(221,51,119); }
td.TdClassName
{
border-color: #DD3377;
}
.TagClassName
{
border-color: #DD3377;
}
</style>