Shades of Cerise #D53963
Tints of Cerise #D53963
RGB
CMYK
RGB Variations
Color information
#D53963 (or 0xD53963) is known color: Cerise. HEX triplet: D5, 39 and 63. RGB value is (213,57,99). Sum of RGB (Red+Green+Blue) = 213+57+99=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D53963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53963 is #2AC69C. Grayscale: #6C6C6C. Windows color (decimal): -2803357 or 6502869. OLE color: 6502869.
HSL color Cylindrical-coordinate representation of color #D53963: hue angle of 343.85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53963 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 99 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.16 |
| HSL | 343.85º | 0.65% | 0.53% | - |
| HSV(B) | 343.85º | 0.73% | 0.84% | - |
| XYZ | 31.16 | 17.97 | 13.63 | - |
| YUV | 108.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 99 | 0 | 0.73 | 0.54 | 0.16 | 343.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | 63 | 0 | 49 | 36 | 10 | 158 | 41 | 35 |
| Octal | 325 | 71 | 143 | 0 | 111 | 66 | 20 | 530 | 101 | 65 |
| Binary | 11010101 | 111001 | 1100011 | 0 | 1001001 | 110110 | 10000 | 101011000 | 1000001 | 110101 |
Color Harmonies of #D53963
Complementary color
Monochromatic Colors of #D53963
Black with #D53963
Text Example
Text Example
White with #D53963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53963; }
p { color: rgb(213,57,99); }
H1.HeaderClassName
{
color: #D53963;
}
.AnyTagClassName
{
color: #D53963;
}
</style>
background-color css
<style>
a { background-color: #D53963; }
a { background-color: rgb(213,57,99); }
div.DivClassName
{
background-color: #D53963;
}
.BgClassName
{
background-color: #D53963;
}
</style>
border-color css
<style>
span { border-color: #D53963; }
span { border-color: rgb(213,57,99); }
td.TdClassName
{
border-color: #D53963;
}
.TagClassName
{
border-color: #D53963;
}
</style>