Shades of Cerise #D73562
Tints of Cerise #D73562
RGB
CMYK
RGB Variations
Color information
#D73562 (or 0xD73562) is known color: Cerise. HEX triplet: D7, 35 and 62. RGB value is (215,53,98). Sum of RGB (Red+Green+Blue) = 215+53+98=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D73562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73562 is #28CA9D. Grayscale: #6A6A6A. Windows color (decimal): -2673310 or 6436311. OLE color: 6436311.
HSL color Cylindrical-coordinate representation of color #D73562: hue angle of 343.33º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73562 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 98 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.16 |
| HSL | 343.33º | 0.67% | 0.53% | - |
| HSV(B) | 343.33º | 0.75% | 0.84% | - |
| XYZ | 31.5 | 17.88 | 13.35 | - |
| YUV | 106.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 98 | 0 | 0.75 | 0.54 | 0.16 | 343.33 | 0.67 | 0.53 |
| Hex | D7 | 35 | 62 | 0 | 4B | 36 | 10 | 157 | 43 | 35 |
| Octal | 327 | 65 | 142 | 0 | 113 | 66 | 20 | 527 | 103 | 65 |
| Binary | 11010111 | 110101 | 1100010 | 0 | 1001011 | 110110 | 10000 | 101010111 | 1000011 | 110101 |
Color Harmonies of #D73562
Complementary color
Monochromatic Colors of #D73562
Black with #D73562
Text Example
Text Example
White with #D73562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73562; }
p { color: rgb(215,53,98); }
H1.HeaderClassName
{
color: #D73562;
}
.AnyTagClassName
{
color: #D73562;
}
</style>
background-color css
<style>
a { background-color: #D73562; }
a { background-color: rgb(215,53,98); }
div.DivClassName
{
background-color: #D73562;
}
.BgClassName
{
background-color: #D73562;
}
</style>
border-color css
<style>
span { border-color: #D73562; }
span { border-color: rgb(215,53,98); }
td.TdClassName
{
border-color: #D73562;
}
.TagClassName
{
border-color: #D73562;
}
</style>