Shades of Cerise #D52360
Tints of Cerise #D52360
RGB
CMYK
RGB Variations
Color information
#D52360 (or 0xD52360) is known color: Cerise. HEX triplet: D5, 23 and 60. RGB value is (213,35,96). Sum of RGB (Red+Green+Blue) = 213+35+96=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D52360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52360 is #2ADC9F. Grayscale: #5F5F5F. Windows color (decimal): -2808992 or 6300629. OLE color: 6300629.
HSL color Cylindrical-coordinate representation of color #D52360: hue angle of 339.44º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52360 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 96 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.16 |
| HSL | 339.44º | 0.72% | 0.49% | - |
| HSV(B) | 339.44º | 0.84% | 0.84% | - |
| XYZ | 30.15 | 16.19 | 12.6 | - |
| YUV | 95.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 96 | 0 | 0.84 | 0.55 | 0.16 | 339.44 | 0.72 | 0.49 |
| Hex | D5 | 23 | 60 | 0 | 54 | 37 | 10 | 153 | 48 | 31 |
| Octal | 325 | 43 | 140 | 0 | 124 | 67 | 20 | 523 | 110 | 61 |
| Binary | 11010101 | 100011 | 1100000 | 0 | 1010100 | 110111 | 10000 | 101010011 | 1001000 | 110001 |
Color Harmonies of #D52360
Complementary color
Monochromatic Colors of #D52360
Black with #D52360
Text Example
Text Example
White with #D52360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52360; }
p { color: rgb(213,35,96); }
H1.HeaderClassName
{
color: #D52360;
}
.AnyTagClassName
{
color: #D52360;
}
</style>
background-color css
<style>
a { background-color: #D52360; }
a { background-color: rgb(213,35,96); }
div.DivClassName
{
background-color: #D52360;
}
.BgClassName
{
background-color: #D52360;
}
</style>
border-color css
<style>
span { border-color: #D52360; }
span { border-color: rgb(213,35,96); }
td.TdClassName
{
border-color: #D52360;
}
.TagClassName
{
border-color: #D52360;
}
</style>