Shades of Cerise #D53462
Tints of Cerise #D53462
RGB
CMYK
RGB Variations
Color information
#D53462 (or 0xD53462) is known color: Cerise. HEX triplet: D5, 34 and 62. RGB value is (213,52,98). Sum of RGB (Red+Green+Blue) = 213+52+98=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53462 is #2ACB9D. Grayscale: #696969. Windows color (decimal): -2804638 or 6436053. OLE color: 6436053.
HSL color Cylindrical-coordinate representation of color #D53462: hue angle of 342.86º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53462 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 98 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.16 |
| HSL | 342.86º | 0.66% | 0.52% | - |
| HSV(B) | 342.86º | 0.76% | 0.84% | - |
| XYZ | 30.87 | 17.48 | 13.3 | - |
| YUV | 105.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 98 | 0 | 0.76 | 0.54 | 0.16 | 342.86 | 0.66 | 0.52 |
| Hex | D5 | 34 | 62 | 0 | 4C | 36 | 10 | 157 | 42 | 34 |
| Octal | 325 | 64 | 142 | 0 | 114 | 66 | 20 | 527 | 102 | 64 |
| Binary | 11010101 | 110100 | 1100010 | 0 | 1001100 | 110110 | 10000 | 101010111 | 1000010 | 110100 |
Color Harmonies of #D53462
Complementary color
Monochromatic Colors of #D53462
Black with #D53462
Text Example
Text Example
White with #D53462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53462; }
p { color: rgb(213,52,98); }
H1.HeaderClassName
{
color: #D53462;
}
.AnyTagClassName
{
color: #D53462;
}
</style>
background-color css
<style>
a { background-color: #D53462; }
a { background-color: rgb(213,52,98); }
div.DivClassName
{
background-color: #D53462;
}
.BgClassName
{
background-color: #D53462;
}
</style>
border-color css
<style>
span { border-color: #D53462; }
span { border-color: rgb(213,52,98); }
td.TdClassName
{
border-color: #D53462;
}
.TagClassName
{
border-color: #D53462;
}
</style>