Shades of Deep Cerise #DD2D7F
Tints of Deep Cerise #DD2D7F
RGB
CMYK
RGB Variations
Color information
#DD2D7F (or 0xDD2D7F) is known color: Deep Cerise. HEX triplet: DD, 2D and 7F. RGB value is (221,45,127). Sum of RGB (Red+Green+Blue) = 221+45+127=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D7F is #22D280. Grayscale: #6A6A6A. Windows color (decimal): -2282113 or 8334813. OLE color: 8334813.
HSL color Cylindrical-coordinate representation of color #DD2D7F: hue angle of 332.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D7F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 127 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.13 |
| HSL | 332.05º | 0.72% | 0.52% | - |
| HSV(B) | 332.05º | 0.8% | 0.87% | - |
| XYZ | 34.59 | 18.78 | 21.88 | - |
| YUV | 106.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 127 | 0 | 0.80 | 0.43 | 0.13 | 332.05 | 0.72 | 0.52 |
| Hex | DD | 2D | 7F | 0 | 50 | 2B | D | 14C | 48 | 34 |
| Octal | 335 | 55 | 177 | 0 | 120 | 53 | 15 | 514 | 110 | 64 |
| Binary | 11011101 | 101101 | 1111111 | 0 | 1010000 | 101011 | 1101 | 101001100 | 1001000 | 110100 |
Color Harmonies of #DD2D7F
Complementary color
Monochromatic Colors of #DD2D7F
Black with #DD2D7F
Text Example
Text Example
White with #DD2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D7F; }
p { color: rgb(221,45,127); }
H1.HeaderClassName
{
color: #DD2D7F;
}
.AnyTagClassName
{
color: #DD2D7F;
}
</style>
background-color css
<style>
a { background-color: #DD2D7F; }
a { background-color: rgb(221,45,127); }
div.DivClassName
{
background-color: #DD2D7F;
}
.BgClassName
{
background-color: #DD2D7F;
}
</style>
border-color css
<style>
span { border-color: #DD2D7F; }
span { border-color: rgb(221,45,127); }
td.TdClassName
{
border-color: #DD2D7F;
}
.TagClassName
{
border-color: #DD2D7F;
}
</style>