Shades of Deep Cerise #DD2B7C
Tints of Deep Cerise #DD2B7C
RGB
CMYK
RGB Variations
Color information
#DD2B7C (or 0xDD2B7C) is known color: Deep Cerise. HEX triplet: DD, 2B and 7C. RGB value is (221,43,124). Sum of RGB (Red+Green+Blue) = 221+43+124=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B7C is #22D483. Grayscale: #696969. Windows color (decimal): -2282628 or 8137693. OLE color: 8137693.
HSL color Cylindrical-coordinate representation of color #DD2B7C: hue angle of 332.7º 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 #DD2B7C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 124 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.13 |
| HSL | 332.7º | 0.72% | 0.52% | - |
| HSV(B) | 332.7º | 0.81% | 0.87% | - |
| XYZ | 34.32 | 18.56 | 20.84 | - |
| YUV | 105.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 124 | 0 | 0.81 | 0.44 | 0.13 | 332.7 | 0.72 | 0.52 |
| Hex | DD | 2B | 7C | 0 | 51 | 2C | D | 14D | 48 | 34 |
| Octal | 335 | 53 | 174 | 0 | 121 | 54 | 15 | 515 | 110 | 64 |
| Binary | 11011101 | 101011 | 1111100 | 0 | 1010001 | 101100 | 1101 | 101001101 | 1001000 | 110100 |
Color Harmonies of #DD2B7C
Complementary color
Monochromatic Colors of #DD2B7C
Black with #DD2B7C
Text Example
Text Example
White with #DD2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B7C; }
p { color: rgb(221,43,124); }
H1.HeaderClassName
{
color: #DD2B7C;
}
.AnyTagClassName
{
color: #DD2B7C;
}
</style>
background-color css
<style>
a { background-color: #DD2B7C; }
a { background-color: rgb(221,43,124); }
div.DivClassName
{
background-color: #DD2B7C;
}
.BgClassName
{
background-color: #DD2B7C;
}
</style>
border-color css
<style>
span { border-color: #DD2B7C; }
span { border-color: rgb(221,43,124); }
td.TdClassName
{
border-color: #DD2B7C;
}
.TagClassName
{
border-color: #DD2B7C;
}
</style>