Shades of Cerise #D53F63
Tints of Cerise #D53F63
RGB
CMYK
RGB Variations
Color information
#D53F63 (or 0xD53F63) is known color: Cerise. HEX triplet: D5, 3F and 63. RGB value is (213,63,99). Sum of RGB (Red+Green+Blue) = 213+63+99=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F63 is #2AC09C. Grayscale: #6F6F6F. Windows color (decimal): -2801821 or 6504405. OLE color: 6504405.
HSL color Cylindrical-coordinate representation of color #D53F63: hue angle of 345.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F63 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 99 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.16 |
| HSL | 345.6º | 0.64% | 0.54% | - |
| HSV(B) | 345.6º | 0.7% | 0.84% | - |
| XYZ | 31.47 | 18.6 | 13.74 | - |
| YUV | 111.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 99 | 0 | 0.70 | 0.54 | 0.16 | 345.6 | 0.64 | 0.54 |
| Hex | D5 | 3F | 63 | 0 | 46 | 36 | 10 | 15A | 40 | 36 |
| Octal | 325 | 77 | 143 | 0 | 106 | 66 | 20 | 532 | 100 | 66 |
| Binary | 11010101 | 111111 | 1100011 | 0 | 1000110 | 110110 | 10000 | 101011010 | 1000000 | 110110 |
Color Harmonies of #D53F63
Complementary color
Monochromatic Colors of #D53F63
Black with #D53F63
Text Example
Text Example
White with #D53F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F63; }
p { color: rgb(213,63,99); }
H1.HeaderClassName
{
color: #D53F63;
}
.AnyTagClassName
{
color: #D53F63;
}
</style>
background-color css
<style>
a { background-color: #D53F63; }
a { background-color: rgb(213,63,99); }
div.DivClassName
{
background-color: #D53F63;
}
.BgClassName
{
background-color: #D53F63;
}
</style>
border-color css
<style>
span { border-color: #D53F63; }
span { border-color: rgb(213,63,99); }
td.TdClassName
{
border-color: #D53F63;
}
.TagClassName
{
border-color: #D53F63;
}
</style>