Shades of Deep Cerise #DD2A7C
Tints of Deep Cerise #DD2A7C
RGB
CMYK
RGB Variations
Color information
#DD2A7C (or 0xDD2A7C) is known color: Deep Cerise. HEX triplet: DD, 2A and 7C. RGB value is (221,42,124). Sum of RGB (Red+Green+Blue) = 221+42+124=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A7C is #22D583. Grayscale: #686868. Windows color (decimal): -2282884 or 8137437. OLE color: 8137437.
HSL color Cylindrical-coordinate representation of color #DD2A7C: hue angle of 332.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A7C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 124 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.13 |
| HSL | 332.51º | 0.72% | 0.52% | - |
| HSV(B) | 332.51º | 0.81% | 0.87% | - |
| XYZ | 34.28 | 18.48 | 20.83 | - |
| YUV | 104.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 124 | 0 | 0.81 | 0.44 | 0.13 | 332.51 | 0.72 | 0.52 |
| Hex | DD | 2A | 7C | 0 | 51 | 2C | D | 14D | 48 | 34 |
| Octal | 335 | 52 | 174 | 0 | 121 | 54 | 15 | 515 | 110 | 64 |
| Binary | 11011101 | 101010 | 1111100 | 0 | 1010001 | 101100 | 1101 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DD2A7C
Complementary color
Monochromatic Colors of #DD2A7C
Black with #DD2A7C
Text Example
Text Example
White with #DD2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A7C; }
p { color: rgb(221,42,124); }
H1.HeaderClassName
{
color: #DD2A7C;
}
.AnyTagClassName
{
color: #DD2A7C;
}
</style>
background-color css
<style>
a { background-color: #DD2A7C; }
a { background-color: rgb(221,42,124); }
div.DivClassName
{
background-color: #DD2A7C;
}
.BgClassName
{
background-color: #DD2A7C;
}
</style>
border-color css
<style>
span { border-color: #DD2A7C; }
span { border-color: rgb(221,42,124); }
td.TdClassName
{
border-color: #DD2A7C;
}
.TagClassName
{
border-color: #DD2A7C;
}
</style>