Shades of Cerise #D52870
Tints of Cerise #D52870
RGB
CMYK
RGB Variations
Color information
#D52870 (or 0xD52870) is known color: Cerise. HEX triplet: D5, 28 and 70. RGB value is (213,40,112). Sum of RGB (Red+Green+Blue) = 213+40+112=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52870 is #2AD78F. Grayscale: #636363. Windows color (decimal): -2807696 or 7350485. OLE color: 7350485.
HSL color Cylindrical-coordinate representation of color #D52870: hue angle of 335.03º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52870 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 112 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.16 |
| HSL | 335.03º | 0.68% | 0.5% | - |
| HSV(B) | 335.03º | 0.81% | 0.84% | - |
| XYZ | 31.12 | 16.83 | 16.94 | - |
| YUV | 99.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 112 | 0 | 0.81 | 0.47 | 0.16 | 335.03 | 0.68 | 0.5 |
| Hex | D5 | 28 | 70 | 0 | 51 | 2F | 10 | 14F | 44 | 32 |
| Octal | 325 | 50 | 160 | 0 | 121 | 57 | 20 | 517 | 104 | 62 |
| Binary | 11010101 | 101000 | 1110000 | 0 | 1010001 | 101111 | 10000 | 101001111 | 1000100 | 110010 |
Color Harmonies of #D52870
Complementary color
Monochromatic Colors of #D52870
Black with #D52870
Text Example
Text Example
White with #D52870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52870; }
p { color: rgb(213,40,112); }
H1.HeaderClassName
{
color: #D52870;
}
.AnyTagClassName
{
color: #D52870;
}
</style>
background-color css
<style>
a { background-color: #D52870; }
a { background-color: rgb(213,40,112); }
div.DivClassName
{
background-color: #D52870;
}
.BgClassName
{
background-color: #D52870;
}
</style>
border-color css
<style>
span { border-color: #D52870; }
span { border-color: rgb(213,40,112); }
td.TdClassName
{
border-color: #D52870;
}
.TagClassName
{
border-color: #D52870;
}
</style>