Shades of Cerise #D73259
Tints of Cerise #D73259
RGB
CMYK
RGB Variations
Color information
#D73259 (or 0xD73259) is known color: Cerise. HEX triplet: D7, 32 and 59. RGB value is (215,50,89). Sum of RGB (Red+Green+Blue) = 215+50+89=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73259 is #28CDA6. Grayscale: #676767. Windows color (decimal): -2674087 or 5845719. OLE color: 5845719.
HSL color Cylindrical-coordinate representation of color #D73259: hue angle of 345.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73259 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 89 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.16 |
| HSL | 345.82º | 0.67% | 0.52% | - |
| HSV(B) | 345.82º | 0.77% | 0.84% | - |
| XYZ | 30.97 | 17.45 | 11.19 | - |
| YUV | 103.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 89 | 0 | 0.77 | 0.59 | 0.16 | 345.82 | 0.67 | 0.52 |
| Hex | D7 | 32 | 59 | 0 | 4D | 3B | 10 | 15A | 43 | 34 |
| Octal | 327 | 62 | 131 | 0 | 115 | 73 | 20 | 532 | 103 | 64 |
| Binary | 11010111 | 110010 | 1011001 | 0 | 1001101 | 111011 | 10000 | 101011010 | 1000011 | 110100 |
Color Harmonies of #D73259
Complementary color
Monochromatic Colors of #D73259
Black with #D73259
Text Example
Text Example
White with #D73259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73259; }
p { color: rgb(215,50,89); }
H1.HeaderClassName
{
color: #D73259;
}
.AnyTagClassName
{
color: #D73259;
}
</style>
background-color css
<style>
a { background-color: #D73259; }
a { background-color: rgb(215,50,89); }
div.DivClassName
{
background-color: #D73259;
}
.BgClassName
{
background-color: #D73259;
}
</style>
border-color css
<style>
span { border-color: #D73259; }
span { border-color: rgb(215,50,89); }
td.TdClassName
{
border-color: #D73259;
}
.TagClassName
{
border-color: #D73259;
}
</style>