Shades of Cerise #D93556
Tints of Cerise #D93556
RGB
CMYK
RGB Variations
Color information
#D93556 (or 0xD93556) is known color: Cerise. HEX triplet: D9, 35 and 56. RGB value is (217,53,86). Sum of RGB (Red+Green+Blue) = 217+53+86=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D93556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93556 is #26CAA9. Grayscale: #696969. Windows color (decimal): -2542250 or 5649881. OLE color: 5649881.
HSL color Cylindrical-coordinate representation of color #D93556: hue angle of 347.93º 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 #D93556 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 86 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.15 |
| HSL | 347.93º | 0.68% | 0.53% | - |
| HSV(B) | 347.93º | 0.76% | 0.85% | - |
| XYZ | 31.57 | 17.97 | 10.61 | - |
| YUV | 105.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 86 | 0 | 0.76 | 0.60 | 0.15 | 347.93 | 0.68 | 0.53 |
| Hex | D9 | 35 | 56 | 0 | 4C | 3C | F | 15C | 44 | 35 |
| Octal | 331 | 65 | 126 | 0 | 114 | 74 | 17 | 534 | 104 | 65 |
| Binary | 11011001 | 110101 | 1010110 | 0 | 1001100 | 111100 | 1111 | 101011100 | 1000100 | 110101 |
Color Harmonies of #D93556
Complementary color
Monochromatic Colors of #D93556
Black with #D93556
Text Example
Text Example
White with #D93556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93556; }
p { color: rgb(217,53,86); }
H1.HeaderClassName
{
color: #D93556;
}
.AnyTagClassName
{
color: #D93556;
}
</style>
background-color css
<style>
a { background-color: #D93556; }
a { background-color: rgb(217,53,86); }
div.DivClassName
{
background-color: #D93556;
}
.BgClassName
{
background-color: #D93556;
}
</style>
border-color css
<style>
span { border-color: #D93556; }
span { border-color: rgb(217,53,86); }
td.TdClassName
{
border-color: #D93556;
}
.TagClassName
{
border-color: #D93556;
}
</style>