Shades of Deep Cerise #DD2F76
Tints of Deep Cerise #DD2F76
RGB
CMYK
RGB Variations
Color information
#DD2F76 (or 0xDD2F76) is known color: Deep Cerise. HEX triplet: DD, 2F and 76. RGB value is (221,47,118). Sum of RGB (Red+Green+Blue) = 221+47+118=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F76 is #22D089. Grayscale: #6B6B6B. Windows color (decimal): -2281610 or 7745501. OLE color: 7745501.
HSL color Cylindrical-coordinate representation of color #DD2F76: hue angle of 335.52º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F76 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 118 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.13 |
| HSL | 335.52º | 0.72% | 0.53% | - |
| HSV(B) | 335.52º | 0.79% | 0.87% | - |
| XYZ | 34.11 | 18.71 | 18.95 | - |
| YUV | 107.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 118 | 0 | 0.79 | 0.47 | 0.13 | 335.52 | 0.72 | 0.53 |
| Hex | DD | 2F | 76 | 0 | 4F | 2F | D | 150 | 48 | 35 |
| Octal | 335 | 57 | 166 | 0 | 117 | 57 | 15 | 520 | 110 | 65 |
| Binary | 11011101 | 101111 | 1110110 | 0 | 1001111 | 101111 | 1101 | 101010000 | 1001000 | 110101 |
Color Harmonies of #DD2F76
Complementary color
Monochromatic Colors of #DD2F76
Black with #DD2F76
Text Example
Text Example
White with #DD2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F76; }
p { color: rgb(221,47,118); }
H1.HeaderClassName
{
color: #DD2F76;
}
.AnyTagClassName
{
color: #DD2F76;
}
</style>
background-color css
<style>
a { background-color: #DD2F76; }
a { background-color: rgb(221,47,118); }
div.DivClassName
{
background-color: #DD2F76;
}
.BgClassName
{
background-color: #DD2F76;
}
</style>
border-color css
<style>
span { border-color: #DD2F76; }
span { border-color: rgb(221,47,118); }
td.TdClassName
{
border-color: #DD2F76;
}
.TagClassName
{
border-color: #DD2F76;
}
</style>