Shades of Deep Cerise #DD2E7D
Tints of Deep Cerise #DD2E7D
RGB
CMYK
RGB Variations
Color information
#DD2E7D (or 0xDD2E7D) is known color: Deep Cerise. HEX triplet: DD, 2E and 7D. RGB value is (221,46,125). Sum of RGB (Red+Green+Blue) = 221+46+125=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E7D is #22D182. Grayscale: #6B6B6B. Windows color (decimal): -2281859 or 8203997. OLE color: 8203997.
HSL color Cylindrical-coordinate representation of color #DD2E7D: hue angle of 332.91º 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 #DD2E7D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 125 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.13 |
| HSL | 332.91º | 0.72% | 0.52% | - |
| HSV(B) | 332.91º | 0.79% | 0.87% | - |
| XYZ | 34.5 | 18.81 | 21.21 | - |
| YUV | 107.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 125 | 0 | 0.79 | 0.43 | 0.13 | 332.91 | 0.72 | 0.52 |
| Hex | DD | 2E | 7D | 0 | 4F | 2B | D | 14D | 48 | 34 |
| Octal | 335 | 56 | 175 | 0 | 117 | 53 | 15 | 515 | 110 | 64 |
| Binary | 11011101 | 101110 | 1111101 | 0 | 1001111 | 101011 | 1101 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DD2E7D
Complementary color
Monochromatic Colors of #DD2E7D
Black with #DD2E7D
Text Example
Text Example
White with #DD2E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E7D; }
p { color: rgb(221,46,125); }
H1.HeaderClassName
{
color: #DD2E7D;
}
.AnyTagClassName
{
color: #DD2E7D;
}
</style>
background-color css
<style>
a { background-color: #DD2E7D; }
a { background-color: rgb(221,46,125); }
div.DivClassName
{
background-color: #DD2E7D;
}
.BgClassName
{
background-color: #DD2E7D;
}
</style>
border-color css
<style>
span { border-color: #DD2E7D; }
span { border-color: rgb(221,46,125); }
td.TdClassName
{
border-color: #DD2E7D;
}
.TagClassName
{
border-color: #DD2E7D;
}
</style>