Shades of Deep Cerise #D52185
Tints of Deep Cerise #D52185
RGB
CMYK
RGB Variations
Color information
#D52185 (or 0xD52185) is known color: Deep Cerise. HEX triplet: D5, 21 and 85. RGB value is (213,33,133). Sum of RGB (Red+Green+Blue) = 213+33+133=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D52185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52185 is #2ADE7A. Grayscale: #626262. Windows color (decimal): -2809467 or 8724949. OLE color: 8724949.
HSL color Cylindrical-coordinate representation of color #D52185: hue angle of 326.67º 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 #D52185 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 133 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.16 |
| HSL | 326.67º | 0.73% | 0.48% | - |
| HSV(B) | 326.67º | 0.85% | 0.84% | - |
| XYZ | 32.22 | 16.93 | 23.76 | - |
| YUV | 98.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 133 | 0 | 0.85 | 0.38 | 0.16 | 326.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 85 | 0 | 55 | 26 | 10 | 147 | 49 | 30 |
| Octal | 325 | 41 | 205 | 0 | 125 | 46 | 20 | 507 | 111 | 60 |
| Binary | 11010101 | 100001 | 10000101 | 0 | 1010101 | 100110 | 10000 | 101000111 | 1001001 | 110000 |
Color Harmonies of #D52185
Complementary color
Monochromatic Colors of #D52185
Black with #D52185
Text Example
Text Example
White with #D52185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52185; }
p { color: rgb(213,33,133); }
H1.HeaderClassName
{
color: #D52185;
}
.AnyTagClassName
{
color: #D52185;
}
</style>
background-color css
<style>
a { background-color: #D52185; }
a { background-color: rgb(213,33,133); }
div.DivClassName
{
background-color: #D52185;
}
.BgClassName
{
background-color: #D52185;
}
</style>
border-color css
<style>
span { border-color: #D52185; }
span { border-color: rgb(213,33,133); }
td.TdClassName
{
border-color: #D52185;
}
.TagClassName
{
border-color: #D52185;
}
</style>