Shades of Cerise #D93860
Tints of Cerise #D93860
RGB
CMYK
RGB Variations
Color information
#D93860 (or 0xD93860) is known color: Cerise. HEX triplet: D9, 38 and 60. RGB value is (217,56,96). Sum of RGB (Red+Green+Blue) = 217+56+96=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D93860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93860 is #26C79F. Grayscale: #6C6C6C. Windows color (decimal): -2541472 or 6306009. OLE color: 6306009.
HSL color Cylindrical-coordinate representation of color #D93860: hue angle of 345.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93860 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 96 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.15 |
| HSL | 345.09º | 0.68% | 0.54% | - |
| HSV(B) | 345.09º | 0.74% | 0.85% | - |
| XYZ | 32.14 | 18.42 | 12.93 | - |
| YUV | 108.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 96 | 0 | 0.74 | 0.56 | 0.15 | 345.09 | 0.68 | 0.54 |
| Hex | D9 | 38 | 60 | 0 | 4A | 38 | F | 159 | 44 | 36 |
| Octal | 331 | 70 | 140 | 0 | 112 | 70 | 17 | 531 | 104 | 66 |
| Binary | 11011001 | 111000 | 1100000 | 0 | 1001010 | 111000 | 1111 | 101011001 | 1000100 | 110110 |
Color Harmonies of #D93860
Complementary color
Monochromatic Colors of #D93860
Black with #D93860
Text Example
Text Example
White with #D93860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93860; }
p { color: rgb(217,56,96); }
H1.HeaderClassName
{
color: #D93860;
}
.AnyTagClassName
{
color: #D93860;
}
</style>
background-color css
<style>
a { background-color: #D93860; }
a { background-color: rgb(217,56,96); }
div.DivClassName
{
background-color: #D93860;
}
.BgClassName
{
background-color: #D93860;
}
</style>
border-color css
<style>
span { border-color: #D93860; }
span { border-color: rgb(217,56,96); }
td.TdClassName
{
border-color: #D93860;
}
.TagClassName
{
border-color: #D93860;
}
</style>