Shades of Roman #D85F56
Tints of Roman #D85F56
RGB
CMYK
RGB Variations
Color information
#D85F56 (or 0xD85F56) is known color: Roman. HEX triplet: D8, 5F and 56. RGB value is (216,95,86). Sum of RGB (Red+Green+Blue) = 216+95+86=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F56 is #27A0A9. Grayscale: #828282. Windows color (decimal): -2597034 or 5660632. OLE color: 5660632.
HSL color Cylindrical-coordinate representation of color #D85F56: hue angle of 4.15º 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 #D85F56 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 86 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.15 |
| HSL | 4.15º | 0.63% | 0.59% | - |
| HSV(B) | 4.15º | 0.6% | 0.85% | - |
| XYZ | 34.09 | 23.46 | 11.53 | - |
| YUV | 130.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 86 | 0 | 0.56 | 0.60 | 0.15 | 4.15 | 0.63 | 0.59 |
| Hex | D8 | 5F | 56 | 0 | 38 | 3C | F | 4 | 3E | 3B |
| Octal | 330 | 137 | 126 | 0 | 70 | 74 | 17 | 4 | 76 | 73 |
| Binary | 11011000 | 1011111 | 1010110 | 0 | 111000 | 111100 | 1111 | 100 | 111110 | 111011 |
Color Harmonies of #D85F56
Complementary color
Monochromatic Colors of #D85F56
Black with #D85F56
Text Example
Text Example
White with #D85F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F56; }
p { color: rgb(216,95,86); }
H1.HeaderClassName
{
color: #D85F56;
}
.AnyTagClassName
{
color: #D85F56;
}
</style>
background-color css
<style>
a { background-color: #D85F56; }
a { background-color: rgb(216,95,86); }
div.DivClassName
{
background-color: #D85F56;
}
.BgClassName
{
background-color: #D85F56;
}
</style>
border-color css
<style>
span { border-color: #D85F56; }
span { border-color: rgb(216,95,86); }
td.TdClassName
{
border-color: #D85F56;
}
.TagClassName
{
border-color: #D85F56;
}
</style>