Shades of Cerise #D52363
Tints of Cerise #D52363
RGB
CMYK
RGB Variations
Color information
#D52363 (or 0xD52363) is known color: Cerise. HEX triplet: D5, 23 and 63. RGB value is (213,35,99). Sum of RGB (Red+Green+Blue) = 213+35+99=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D52363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52363 is #2ADC9C. Grayscale: #5F5F5F. Windows color (decimal): -2808989 or 6497237. OLE color: 6497237.
HSL color Cylindrical-coordinate representation of color #D52363: hue angle of 338.43º 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 #D52363 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 99 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.16 |
| HSL | 338.43º | 0.72% | 0.49% | - |
| HSV(B) | 338.43º | 0.84% | 0.84% | - |
| XYZ | 30.29 | 16.25 | 13.34 | - |
| YUV | 95.52 | 129.97 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 99 | 0 | 0.84 | 0.54 | 0.16 | 338.43 | 0.72 | 0.49 |
| Hex | D5 | 23 | 63 | 0 | 54 | 36 | 10 | 152 | 48 | 31 |
| Octal | 325 | 43 | 143 | 0 | 124 | 66 | 20 | 522 | 110 | 61 |
| Binary | 11010101 | 100011 | 1100011 | 0 | 1010100 | 110110 | 10000 | 101010010 | 1001000 | 110001 |
Color Harmonies of #D52363
Complementary color
Monochromatic Colors of #D52363
Black with #D52363
Text Example
Text Example
White with #D52363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52363; }
p { color: rgb(213,35,99); }
H1.HeaderClassName
{
color: #D52363;
}
.AnyTagClassName
{
color: #D52363;
}
</style>
background-color css
<style>
a { background-color: #D52363; }
a { background-color: rgb(213,35,99); }
div.DivClassName
{
background-color: #D52363;
}
.BgClassName
{
background-color: #D52363;
}
</style>
border-color css
<style>
span { border-color: #D52363; }
span { border-color: rgb(213,35,99); }
td.TdClassName
{
border-color: #D52363;
}
.TagClassName
{
border-color: #D52363;
}
</style>