Shades of Cerise #D53562
Tints of Cerise #D53562
RGB
CMYK
RGB Variations
Color information
#D53562 (or 0xD53562) is known color: Cerise. HEX triplet: D5, 35 and 62. RGB value is (213,53,98). Sum of RGB (Red+Green+Blue) = 213+53+98=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53562 is #2ACA9D. Grayscale: #696969. Windows color (decimal): -2804382 or 6436309. OLE color: 6436309.
HSL color Cylindrical-coordinate representation of color #D53562: hue angle of 343.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53562 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 98 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.16 |
| HSL | 343.13º | 0.66% | 0.52% | - |
| HSV(B) | 343.13º | 0.75% | 0.84% | - |
| XYZ | 30.92 | 17.57 | 13.32 | - |
| YUV | 105.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 98 | 0 | 0.75 | 0.54 | 0.16 | 343.13 | 0.66 | 0.52 |
| Hex | D5 | 35 | 62 | 0 | 4B | 36 | 10 | 157 | 42 | 34 |
| Octal | 325 | 65 | 142 | 0 | 113 | 66 | 20 | 527 | 102 | 64 |
| Binary | 11010101 | 110101 | 1100010 | 0 | 1001011 | 110110 | 10000 | 101010111 | 1000010 | 110100 |
Color Harmonies of #D53562
Complementary color
Monochromatic Colors of #D53562
Black with #D53562
Text Example
Text Example
White with #D53562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53562; }
p { color: rgb(213,53,98); }
H1.HeaderClassName
{
color: #D53562;
}
.AnyTagClassName
{
color: #D53562;
}
</style>
background-color css
<style>
a { background-color: #D53562; }
a { background-color: rgb(213,53,98); }
div.DivClassName
{
background-color: #D53562;
}
.BgClassName
{
background-color: #D53562;
}
</style>
border-color css
<style>
span { border-color: #D53562; }
span { border-color: rgb(213,53,98); }
td.TdClassName
{
border-color: #D53562;
}
.TagClassName
{
border-color: #D53562;
}
</style>