Shades of Cerise #D53C73
Tints of Cerise #D53C73
RGB
CMYK
RGB Variations
Color information
#D53C73 (or 0xD53C73) is known color: Cerise. HEX triplet: D5, 3C and 73. RGB value is (213,60,115). Sum of RGB (Red+Green+Blue) = 213+60+115=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53C73 is #2AC38C. Grayscale: #6F6F6F. Windows color (decimal): -2802573 or 7552213. OLE color: 7552213.
HSL color Cylindrical-coordinate representation of color #D53C73: hue angle of 338.43º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53C73 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 115 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.16 |
| HSL | 338.43º | 0.65% | 0.54% | - |
| HSV(B) | 338.43º | 0.72% | 0.84% | - |
| XYZ | 32.15 | 18.62 | 18.12 | - |
| YUV | 112.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 115 | 0 | 0.72 | 0.46 | 0.16 | 338.43 | 0.65 | 0.54 |
| Hex | D5 | 3C | 73 | 0 | 48 | 2E | 10 | 152 | 41 | 36 |
| Octal | 325 | 74 | 163 | 0 | 110 | 56 | 20 | 522 | 101 | 66 |
| Binary | 11010101 | 111100 | 1110011 | 0 | 1001000 | 101110 | 10000 | 101010010 | 1000001 | 110110 |
Color Harmonies of #D53C73
Complementary color
Monochromatic Colors of #D53C73
Black with #D53C73
Text Example
Text Example
White with #D53C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C73; }
p { color: rgb(213,60,115); }
H1.HeaderClassName
{
color: #D53C73;
}
.AnyTagClassName
{
color: #D53C73;
}
</style>
background-color css
<style>
a { background-color: #D53C73; }
a { background-color: rgb(213,60,115); }
div.DivClassName
{
background-color: #D53C73;
}
.BgClassName
{
background-color: #D53C73;
}
</style>
border-color css
<style>
span { border-color: #D53C73; }
span { border-color: rgb(213,60,115); }
td.TdClassName
{
border-color: #D53C73;
}
.TagClassName
{
border-color: #D53C73;
}
</style>