Shades of Cerise #D93756
Tints of Cerise #D93756
RGB
CMYK
RGB Variations
Color information
#D93756 (or 0xD93756) is known color: Cerise. HEX triplet: D9, 37 and 56. RGB value is (217,55,86). Sum of RGB (Red+Green+Blue) = 217+55+86=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D93756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93756 is #26C8A9. Grayscale: #6B6B6B. Windows color (decimal): -2541738 or 5650393. OLE color: 5650393.
HSL color Cylindrical-coordinate representation of color #D93756: hue angle of 348.52º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93756 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 86 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.15 |
| HSL | 348.52º | 0.68% | 0.53% | - |
| HSV(B) | 348.52º | 0.75% | 0.85% | - |
| XYZ | 31.66 | 18.16 | 10.64 | - |
| YUV | 106.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 86 | 0 | 0.75 | 0.60 | 0.15 | 348.52 | 0.68 | 0.53 |
| Hex | D9 | 37 | 56 | 0 | 4B | 3C | F | 15D | 44 | 35 |
| Octal | 331 | 67 | 126 | 0 | 113 | 74 | 17 | 535 | 104 | 65 |
| Binary | 11011001 | 110111 | 1010110 | 0 | 1001011 | 111100 | 1111 | 101011101 | 1000100 | 110101 |
Color Harmonies of #D93756
Complementary color
Monochromatic Colors of #D93756
Black with #D93756
Text Example
Text Example
White with #D93756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93756; }
p { color: rgb(217,55,86); }
H1.HeaderClassName
{
color: #D93756;
}
.AnyTagClassName
{
color: #D93756;
}
</style>
background-color css
<style>
a { background-color: #D93756; }
a { background-color: rgb(217,55,86); }
div.DivClassName
{
background-color: #D93756;
}
.BgClassName
{
background-color: #D93756;
}
</style>
border-color css
<style>
span { border-color: #D93756; }
span { border-color: rgb(217,55,86); }
td.TdClassName
{
border-color: #D93756;
}
.TagClassName
{
border-color: #D93756;
}
</style>