Shades of Deep Cerise #DD2E78
Tints of Deep Cerise #DD2E78
RGB
CMYK
RGB Variations
Color information
#DD2E78 (or 0xDD2E78) is known color: Deep Cerise. HEX triplet: DD, 2E and 78. RGB value is (221,46,120). Sum of RGB (Red+Green+Blue) = 221+46+120=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E78 is #22D187. Grayscale: #6A6A6A. Windows color (decimal): -2281864 or 7876317. OLE color: 7876317.
HSL color Cylindrical-coordinate representation of color #DD2E78: hue angle of 334.63º 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 #DD2E78 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 120 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.13 |
| HSL | 334.63º | 0.72% | 0.52% | - |
| HSV(B) | 334.63º | 0.79% | 0.87% | - |
| XYZ | 34.19 | 18.68 | 19.57 | - |
| YUV | 106.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 120 | 0 | 0.79 | 0.46 | 0.13 | 334.63 | 0.72 | 0.52 |
| Hex | DD | 2E | 78 | 0 | 4F | 2E | D | 14F | 48 | 34 |
| Octal | 335 | 56 | 170 | 0 | 117 | 56 | 15 | 517 | 110 | 64 |
| Binary | 11011101 | 101110 | 1111000 | 0 | 1001111 | 101110 | 1101 | 101001111 | 1001000 | 110100 |
Color Harmonies of #DD2E78
Complementary color
Monochromatic Colors of #DD2E78
Black with #DD2E78
Text Example
Text Example
White with #DD2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E78; }
p { color: rgb(221,46,120); }
H1.HeaderClassName
{
color: #DD2E78;
}
.AnyTagClassName
{
color: #DD2E78;
}
</style>
background-color css
<style>
a { background-color: #DD2E78; }
a { background-color: rgb(221,46,120); }
div.DivClassName
{
background-color: #DD2E78;
}
.BgClassName
{
background-color: #DD2E78;
}
</style>
border-color css
<style>
span { border-color: #DD2E78; }
span { border-color: rgb(221,46,120); }
td.TdClassName
{
border-color: #DD2E78;
}
.TagClassName
{
border-color: #DD2E78;
}
</style>