Shades of Deep Cerise #D52178
Tints of Deep Cerise #D52178
RGB
CMYK
RGB Variations
Color information
#D52178 (or 0xD52178) is known color: Deep Cerise. HEX triplet: D5, 21 and 78. RGB value is (213,33,120). Sum of RGB (Red+Green+Blue) = 213+33+120=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D52178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52178 is #2ADE87. Grayscale: #606060. Windows color (decimal): -2809480 or 7872981. OLE color: 7872981.
HSL color Cylindrical-coordinate representation of color #D52178: hue angle of 331º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52178 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 120 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.16 |
| HSL | 331º | 0.73% | 0.48% | - |
| HSV(B) | 331º | 0.85% | 0.84% | - |
| XYZ | 31.37 | 16.59 | 19.32 | - |
| YUV | 96.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 120 | 0 | 0.85 | 0.44 | 0.16 | 331 | 0.73 | 0.48 |
| Hex | D5 | 21 | 78 | 0 | 55 | 2C | 10 | 14B | 49 | 30 |
| Octal | 325 | 41 | 170 | 0 | 125 | 54 | 20 | 513 | 111 | 60 |
| Binary | 11010101 | 100001 | 1111000 | 0 | 1010101 | 101100 | 10000 | 101001011 | 1001001 | 110000 |
Color Harmonies of #D52178
Complementary color
Monochromatic Colors of #D52178
Black with #D52178
Text Example
Text Example
White with #D52178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52178; }
p { color: rgb(213,33,120); }
H1.HeaderClassName
{
color: #D52178;
}
.AnyTagClassName
{
color: #D52178;
}
</style>
background-color css
<style>
a { background-color: #D52178; }
a { background-color: rgb(213,33,120); }
div.DivClassName
{
background-color: #D52178;
}
.BgClassName
{
background-color: #D52178;
}
</style>
border-color css
<style>
span { border-color: #D52178; }
span { border-color: rgb(213,33,120); }
td.TdClassName
{
border-color: #D52178;
}
.TagClassName
{
border-color: #D52178;
}
</style>