Shades of Deep Cerise #DD2078
Tints of Deep Cerise #DD2078
RGB
CMYK
RGB Variations
Color information
#DD2078 (or 0xDD2078) is known color: Deep Cerise. HEX triplet: DD, 20 and 78. RGB value is (221,32,120). Sum of RGB (Red+Green+Blue) = 221+32+120=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2078 is #22DF87. Grayscale: #626262. Windows color (decimal): -2285448 or 7872733. OLE color: 7872733.
HSL color Cylindrical-coordinate representation of color #DD2078: hue angle of 332.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2078 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 120 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.13 |
| HSL | 332.06º | 0.75% | 0.5% | - |
| HSV(B) | 332.06º | 0.86% | 0.87% | - |
| XYZ | 33.73 | 17.76 | 19.42 | - |
| YUV | 98.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 120 | 0 | 0.86 | 0.46 | 0.13 | 332.06 | 0.75 | 0.5 |
| Hex | DD | 20 | 78 | 0 | 56 | 2E | D | 14C | 4B | 32 |
| Octal | 335 | 40 | 170 | 0 | 126 | 56 | 15 | 514 | 113 | 62 |
| Binary | 11011101 | 100000 | 1111000 | 0 | 1010110 | 101110 | 1101 | 101001100 | 1001011 | 110010 |
Color Harmonies of #DD2078
Complementary color
Monochromatic Colors of #DD2078
Black with #DD2078
Text Example
Text Example
White with #DD2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2078; }
p { color: rgb(221,32,120); }
H1.HeaderClassName
{
color: #DD2078;
}
.AnyTagClassName
{
color: #DD2078;
}
</style>
background-color css
<style>
a { background-color: #DD2078; }
a { background-color: rgb(221,32,120); }
div.DivClassName
{
background-color: #DD2078;
}
.BgClassName
{
background-color: #DD2078;
}
</style>
border-color css
<style>
span { border-color: #DD2078; }
span { border-color: rgb(221,32,120); }
td.TdClassName
{
border-color: #DD2078;
}
.TagClassName
{
border-color: #DD2078;
}
</style>