Shades of Deep Cerise #DD2B78
Tints of Deep Cerise #DD2B78
RGB
CMYK
RGB Variations
Color information
#DD2B78 (or 0xDD2B78) is known color: Deep Cerise. HEX triplet: DD, 2B and 78. RGB value is (221,43,120). Sum of RGB (Red+Green+Blue) = 221+43+120=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B78 is #22D487. Grayscale: #686868. Windows color (decimal): -2282632 or 7875549. OLE color: 7875549.
HSL color Cylindrical-coordinate representation of color #DD2B78: hue angle of 334.04º 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 #DD2B78 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 120 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.13 |
| HSL | 334.05º | 0.72% | 0.52% | - |
| HSV(B) | 334.05º | 0.81% | 0.87% | - |
| XYZ | 34.07 | 18.46 | 19.54 | - |
| YUV | 105 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 120 | 0 | 0.81 | 0.46 | 0.13 | 334.05 | 0.72 | 0.52 |
| Hex | DD | 2B | 78 | 0 | 51 | 2E | D | 14E | 48 | 34 |
| Octal | 335 | 53 | 170 | 0 | 121 | 56 | 15 | 516 | 110 | 64 |
| Binary | 11011101 | 101011 | 1111000 | 0 | 1010001 | 101110 | 1101 | 101001110 | 1001000 | 110100 |
Color Harmonies of #DD2B78
Complementary color
Monochromatic Colors of #DD2B78
Black with #DD2B78
Text Example
Text Example
White with #DD2B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B78; }
p { color: rgb(221,43,120); }
H1.HeaderClassName
{
color: #DD2B78;
}
.AnyTagClassName
{
color: #DD2B78;
}
</style>
background-color css
<style>
a { background-color: #DD2B78; }
a { background-color: rgb(221,43,120); }
div.DivClassName
{
background-color: #DD2B78;
}
.BgClassName
{
background-color: #DD2B78;
}
</style>
border-color css
<style>
span { border-color: #DD2B78; }
span { border-color: rgb(221,43,120); }
td.TdClassName
{
border-color: #DD2B78;
}
.TagClassName
{
border-color: #DD2B78;
}
</style>