Shades of Deep Cerise #DD2776
Tints of Deep Cerise #DD2776
RGB
CMYK
RGB Variations
Color information
#DD2776 (or 0xDD2776) is known color: Deep Cerise. HEX triplet: DD, 27 and 76. RGB value is (221,39,118). Sum of RGB (Red+Green+Blue) = 221+39+118=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2776 is #22D889. Grayscale: #666666. Windows color (decimal): -2283658 or 7743453. OLE color: 7743453.
HSL color Cylindrical-coordinate representation of color #DD2776: hue angle of 333.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2776 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 118 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.13 |
| HSL | 333.96º | 0.73% | 0.51% | - |
| HSV(B) | 333.96º | 0.82% | 0.87% | - |
| XYZ | 33.81 | 18.13 | 18.86 | - |
| YUV | 102.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 118 | 0 | 0.82 | 0.47 | 0.13 | 333.96 | 0.73 | 0.51 |
| Hex | DD | 27 | 76 | 0 | 52 | 2F | D | 14E | 49 | 33 |
| Octal | 335 | 47 | 166 | 0 | 122 | 57 | 15 | 516 | 111 | 63 |
| Binary | 11011101 | 100111 | 1110110 | 0 | 1010010 | 101111 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DD2776
Complementary color
Monochromatic Colors of #DD2776
Black with #DD2776
Text Example
Text Example
White with #DD2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2776; }
p { color: rgb(221,39,118); }
H1.HeaderClassName
{
color: #DD2776;
}
.AnyTagClassName
{
color: #DD2776;
}
</style>
background-color css
<style>
a { background-color: #DD2776; }
a { background-color: rgb(221,39,118); }
div.DivClassName
{
background-color: #DD2776;
}
.BgClassName
{
background-color: #DD2776;
}
</style>
border-color css
<style>
span { border-color: #DD2776; }
span { border-color: rgb(221,39,118); }
td.TdClassName
{
border-color: #DD2776;
}
.TagClassName
{
border-color: #DD2776;
}
</style>