Shades of Roman #D85F55
Tints of Roman #D85F55
RGB
CMYK
RGB Variations
Color information
#D85F55 (or 0xD85F55) is known color: Roman. HEX triplet: D8, 5F and 55. RGB value is (216,95,85). Sum of RGB (Red+Green+Blue) = 216+95+85=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F55 is #27A0AA. Grayscale: #828282. Windows color (decimal): -2597035 or 5595096. OLE color: 5595096.
HSL color Cylindrical-coordinate representation of color #D85F55: hue angle of 4.58º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85F55 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 85 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.15 |
| HSL | 4.58º | 0.63% | 0.59% | - |
| HSV(B) | 4.58º | 0.61% | 0.85% | - |
| XYZ | 34.05 | 23.44 | 11.32 | - |
| YUV | 130.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 85 | 0 | 0.56 | 0.61 | 0.15 | 4.58 | 0.63 | 0.59 |
| Hex | D8 | 5F | 55 | 0 | 38 | 3D | F | 5 | 3F | 3B |
| Octal | 330 | 137 | 125 | 0 | 70 | 75 | 17 | 5 | 77 | 73 |
| Binary | 11011000 | 1011111 | 1010101 | 0 | 111000 | 111101 | 1111 | 101 | 111111 | 111011 |
Color Harmonies of #D85F55
Complementary color
Monochromatic Colors of #D85F55
Black with #D85F55
Text Example
Text Example
White with #D85F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F55; }
p { color: rgb(216,95,85); }
H1.HeaderClassName
{
color: #D85F55;
}
.AnyTagClassName
{
color: #D85F55;
}
</style>
background-color css
<style>
a { background-color: #D85F55; }
a { background-color: rgb(216,95,85); }
div.DivClassName
{
background-color: #D85F55;
}
.BgClassName
{
background-color: #D85F55;
}
</style>
border-color css
<style>
span { border-color: #D85F55; }
span { border-color: rgb(216,95,85); }
td.TdClassName
{
border-color: #D85F55;
}
.TagClassName
{
border-color: #D85F55;
}
</style>