Shades of Cerise #D93559
Tints of Cerise #D93559
RGB
CMYK
RGB Variations
Color information
#D93559 (or 0xD93559) is known color: Cerise. HEX triplet: D9, 35 and 59. RGB value is (217,53,89). Sum of RGB (Red+Green+Blue) = 217+53+89=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D93559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93559 is #26CAA6. Grayscale: #6A6A6A. Windows color (decimal): -2542247 or 5846489. OLE color: 5846489.
HSL color Cylindrical-coordinate representation of color #D93559: hue angle of 346.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93559 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 89 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.15 |
| HSL | 346.83º | 0.68% | 0.53% | - |
| HSV(B) | 346.83º | 0.76% | 0.85% | - |
| XYZ | 31.69 | 18.02 | 11.26 | - |
| YUV | 106.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 89 | 0 | 0.76 | 0.59 | 0.15 | 346.83 | 0.68 | 0.53 |
| Hex | D9 | 35 | 59 | 0 | 4C | 3B | F | 15B | 44 | 35 |
| Octal | 331 | 65 | 131 | 0 | 114 | 73 | 17 | 533 | 104 | 65 |
| Binary | 11011001 | 110101 | 1011001 | 0 | 1001100 | 111011 | 1111 | 101011011 | 1000100 | 110101 |
Color Harmonies of #D93559
Complementary color
Monochromatic Colors of #D93559
Black with #D93559
Text Example
Text Example
White with #D93559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93559; }
p { color: rgb(217,53,89); }
H1.HeaderClassName
{
color: #D93559;
}
.AnyTagClassName
{
color: #D93559;
}
</style>
background-color css
<style>
a { background-color: #D93559; }
a { background-color: rgb(217,53,89); }
div.DivClassName
{
background-color: #D93559;
}
.BgClassName
{
background-color: #D93559;
}
</style>
border-color css
<style>
span { border-color: #D93559; }
span { border-color: rgb(217,53,89); }
td.TdClassName
{
border-color: #D93559;
}
.TagClassName
{
border-color: #D93559;
}
</style>