Shades of Cerise #D93856
Tints of Cerise #D93856
RGB
CMYK
RGB Variations
Color information
#D93856 (or 0xD93856) is known color: Cerise. HEX triplet: D9, 38 and 56. RGB value is (217,56,86). Sum of RGB (Red+Green+Blue) = 217+56+86=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D93856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93856 is #26C7A9. Grayscale: #6B6B6B. Windows color (decimal): -2541482 or 5650649. OLE color: 5650649.
HSL color Cylindrical-coordinate representation of color #D93856: hue angle of 348.82º 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 #D93856 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 86 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.15 |
| HSL | 348.82º | 0.68% | 0.54% | - |
| HSV(B) | 348.82º | 0.74% | 0.85% | - |
| XYZ | 31.71 | 18.25 | 10.66 | - |
| YUV | 107.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 86 | 0 | 0.74 | 0.60 | 0.15 | 348.82 | 0.68 | 0.54 |
| Hex | D9 | 38 | 56 | 0 | 4A | 3C | F | 15D | 44 | 36 |
| Octal | 331 | 70 | 126 | 0 | 112 | 74 | 17 | 535 | 104 | 66 |
| Binary | 11011001 | 111000 | 1010110 | 0 | 1001010 | 111100 | 1111 | 101011101 | 1000100 | 110110 |
Color Harmonies of #D93856
Complementary color
Monochromatic Colors of #D93856
Black with #D93856
Text Example
Text Example
White with #D93856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93856; }
p { color: rgb(217,56,86); }
H1.HeaderClassName
{
color: #D93856;
}
.AnyTagClassName
{
color: #D93856;
}
</style>
background-color css
<style>
a { background-color: #D93856; }
a { background-color: rgb(217,56,86); }
div.DivClassName
{
background-color: #D93856;
}
.BgClassName
{
background-color: #D93856;
}
</style>
border-color css
<style>
span { border-color: #D93856; }
span { border-color: rgb(217,56,86); }
td.TdClassName
{
border-color: #D93856;
}
.TagClassName
{
border-color: #D93856;
}
</style>