Shades of Deep Cerise #DD2D78
Tints of Deep Cerise #DD2D78
RGB
CMYK
RGB Variations
Color information
#DD2D78 (or 0xDD2D78) is known color: Deep Cerise. HEX triplet: DD, 2D and 78. RGB value is (221,45,120). Sum of RGB (Red+Green+Blue) = 221+45+120=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D78 is #22D287. Grayscale: #6A6A6A. Windows color (decimal): -2282120 or 7876061. OLE color: 7876061.
HSL color Cylindrical-coordinate representation of color #DD2D78: hue angle of 334.43º 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 #DD2D78 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 120 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.13 |
| HSL | 334.43º | 0.72% | 0.52% | - |
| HSV(B) | 334.43º | 0.8% | 0.87% | - |
| XYZ | 34.15 | 18.6 | 19.56 | - |
| YUV | 106.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 120 | 0 | 0.80 | 0.46 | 0.13 | 334.43 | 0.72 | 0.52 |
| Hex | DD | 2D | 78 | 0 | 50 | 2E | D | 14E | 48 | 34 |
| Octal | 335 | 55 | 170 | 0 | 120 | 56 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101101 | 1111000 | 0 | 1010000 | 101110 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2D78
Complementary color
Monochromatic Colors of #DD2D78
Black with #DD2D78
Text Example
Text Example
White with #DD2D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D78; }
p { color: rgb(221,45,120); }
H1.HeaderClassName
{
color: #DD2D78;
}
.AnyTagClassName
{
color: #DD2D78;
}
</style>
background-color css
<style>
a { background-color: #DD2D78; }
a { background-color: rgb(221,45,120); }
div.DivClassName
{
background-color: #DD2D78;
}
.BgClassName
{
background-color: #DD2D78;
}
</style>
border-color css
<style>
span { border-color: #DD2D78; }
span { border-color: rgb(221,45,120); }
td.TdClassName
{
border-color: #DD2D78;
}
.TagClassName
{
border-color: #DD2D78;
}
</style>