Shades of Deep Cerise #DD2E7F
Tints of Deep Cerise #DD2E7F
RGB
CMYK
RGB Variations
Color information
#DD2E7F (or 0xDD2E7F) is known color: Deep Cerise. HEX triplet: DD, 2E and 7F. RGB value is (221,46,127). Sum of RGB (Red+Green+Blue) = 221+46+127=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E7F is #22D180. Grayscale: #6B6B6B. Windows color (decimal): -2281857 or 8335069. OLE color: 8335069.
HSL color Cylindrical-coordinate representation of color #DD2E7F: hue angle of 332.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E7F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 127 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.13 |
| HSL | 332.23º | 0.72% | 0.52% | - |
| HSV(B) | 332.23º | 0.79% | 0.87% | - |
| XYZ | 34.63 | 18.86 | 21.89 | - |
| YUV | 107.56 | 138.98 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 127 | 0 | 0.79 | 0.43 | 0.13 | 332.23 | 0.72 | 0.52 |
| Hex | DD | 2E | 7F | 0 | 4F | 2B | D | 14C | 48 | 34 |
| Octal | 335 | 56 | 177 | 0 | 117 | 53 | 15 | 514 | 110 | 64 |
| Binary | 11011101 | 101110 | 1111111 | 0 | 1001111 | 101011 | 1101 | 101001100 | 1001000 | 110100 |
Color Harmonies of #DD2E7F
Complementary color
Monochromatic Colors of #DD2E7F
Black with #DD2E7F
Text Example
Text Example
White with #DD2E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E7F; }
p { color: rgb(221,46,127); }
H1.HeaderClassName
{
color: #DD2E7F;
}
.AnyTagClassName
{
color: #DD2E7F;
}
</style>
background-color css
<style>
a { background-color: #DD2E7F; }
a { background-color: rgb(221,46,127); }
div.DivClassName
{
background-color: #DD2E7F;
}
.BgClassName
{
background-color: #DD2E7F;
}
</style>
border-color css
<style>
span { border-color: #DD2E7F; }
span { border-color: rgb(221,46,127); }
td.TdClassName
{
border-color: #DD2E7F;
}
.TagClassName
{
border-color: #DD2E7F;
}
</style>