Shades of Roman #D85957
Tints of Roman #D85957
RGB
CMYK
RGB Variations
Color information
#D85957 (or 0xD85957) is known color: Roman. HEX triplet: D8, 59 and 57. RGB value is (216,89,87). Sum of RGB (Red+Green+Blue) = 216+89+87=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D85957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85957 is #27A6A8. Grayscale: #7E7E7E. Windows color (decimal): -2598569 or 5724632. OLE color: 5724632.
HSL color Cylindrical-coordinate representation of color #D85957: hue angle of 0.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85957 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 87 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.15 |
| HSL | 0.93º | 0.62% | 0.59% | - |
| HSV(B) | 0.93º | 0.6% | 0.85% | - |
| XYZ | 33.61 | 22.43 | 11.58 | - |
| YUV | 126.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 87 | 0 | 0.59 | 0.60 | 0.15 | 0.93 | 0.62 | 0.59 |
| Hex | D8 | 59 | 57 | 0 | 3B | 3C | F | 1 | 3E | 3B |
| Octal | 330 | 131 | 127 | 0 | 73 | 74 | 17 | 1 | 76 | 73 |
| Binary | 11011000 | 1011001 | 1010111 | 0 | 111011 | 111100 | 1111 | 1 | 111110 | 111011 |
Color Harmonies of #D85957
Complementary color
Monochromatic Colors of #D85957
Black with #D85957
Text Example
Text Example
White with #D85957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85957; }
p { color: rgb(216,89,87); }
H1.HeaderClassName
{
color: #D85957;
}
.AnyTagClassName
{
color: #D85957;
}
</style>
background-color css
<style>
a { background-color: #D85957; }
a { background-color: rgb(216,89,87); }
div.DivClassName
{
background-color: #D85957;
}
.BgClassName
{
background-color: #D85957;
}
</style>
border-color css
<style>
span { border-color: #D85957; }
span { border-color: rgb(216,89,87); }
td.TdClassName
{
border-color: #D85957;
}
.TagClassName
{
border-color: #D85957;
}
</style>