Shades of Roman #D95957
Tints of Roman #D95957
RGB
CMYK
RGB Variations
Color information
#D95957 (or 0xD95957) is known color: Roman. HEX triplet: D9, 59 and 57. RGB value is (217,89,87). Sum of RGB (Red+Green+Blue) = 217+89+87=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D95957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95957 is #26A6A8. Grayscale: #7F7F7F. Windows color (decimal): -2533033 or 5724633. OLE color: 5724633.
HSL color Cylindrical-coordinate representation of color #D95957: hue angle of 0.92º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95957 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 87 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.15 |
| HSL | 0.92º | 0.63% | 0.6% | - |
| HSV(B) | 0.92º | 0.6% | 0.85% | - |
| XYZ | 33.91 | 22.58 | 11.59 | - |
| YUV | 127.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 87 | 0 | 0.59 | 0.60 | 0.15 | 0.92 | 0.63 | 0.6 |
| Hex | D9 | 59 | 57 | 0 | 3B | 3C | F | 1 | 3F | 3C |
| Octal | 331 | 131 | 127 | 0 | 73 | 74 | 17 | 1 | 77 | 74 |
| Binary | 11011001 | 1011001 | 1010111 | 0 | 111011 | 111100 | 1111 | 1 | 111111 | 111100 |
Color Harmonies of #D95957
Complementary color
Monochromatic Colors of #D95957
Black with #D95957
Text Example
Text Example
White with #D95957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95957; }
p { color: rgb(217,89,87); }
H1.HeaderClassName
{
color: #D95957;
}
.AnyTagClassName
{
color: #D95957;
}
</style>
background-color css
<style>
a { background-color: #D95957; }
a { background-color: rgb(217,89,87); }
div.DivClassName
{
background-color: #D95957;
}
.BgClassName
{
background-color: #D95957;
}
</style>
border-color css
<style>
span { border-color: #D95957; }
span { border-color: rgb(217,89,87); }
td.TdClassName
{
border-color: #D95957;
}
.TagClassName
{
border-color: #D95957;
}
</style>