Shades of Roman #D85E5C
Tints of Roman #D85E5C
RGB
CMYK
RGB Variations
Color information
#D85E5C (or 0xD85E5C) is known color: Roman. HEX triplet: D8, 5E and 5C. RGB value is (216,94,92). Sum of RGB (Red+Green+Blue) = 216+94+92=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5C is #27A1A3. Grayscale: #828282. Windows color (decimal): -2597284 or 6053592. OLE color: 6053592.
HSL color Cylindrical-coordinate representation of color #D85E5C: hue angle of 0.97º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85E5C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 92 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.15 |
| HSL | 0.97º | 0.61% | 0.6% | - |
| HSV(B) | 0.97º | 0.57% | 0.85% | - |
| XYZ | 34.25 | 23.38 | 12.83 | - |
| YUV | 130.25 | 106.42 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 92 | 0 | 0.56 | 0.57 | 0.15 | 0.97 | 0.61 | 0.6 |
| Hex | D8 | 5E | 5C | 0 | 38 | 39 | F | 1 | 3D | 3C |
| Octal | 330 | 136 | 134 | 0 | 70 | 71 | 17 | 1 | 75 | 74 |
| Binary | 11011000 | 1011110 | 1011100 | 0 | 111000 | 111001 | 1111 | 1 | 111101 | 111100 |
Color Harmonies of #D85E5C
Complementary color
Monochromatic Colors of #D85E5C
Black with #D85E5C
Text Example
Text Example
White with #D85E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E5C; }
p { color: rgb(216,94,92); }
H1.HeaderClassName
{
color: #D85E5C;
}
.AnyTagClassName
{
color: #D85E5C;
}
</style>
background-color css
<style>
a { background-color: #D85E5C; }
a { background-color: rgb(216,94,92); }
div.DivClassName
{
background-color: #D85E5C;
}
.BgClassName
{
background-color: #D85E5C;
}
</style>
border-color css
<style>
span { border-color: #D85E5C; }
span { border-color: rgb(216,94,92); }
td.TdClassName
{
border-color: #D85E5C;
}
.TagClassName
{
border-color: #D85E5C;
}
</style>