Shades of Roman #D85E5A
Tints of Roman #D85E5A
RGB
CMYK
RGB Variations
Color information
#D85E5A (or 0xD85E5A) is known color: Roman. HEX triplet: D8, 5E and 5A. RGB value is (216,94,90). Sum of RGB (Red+Green+Blue) = 216+94+90=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5A is #27A1A5. Grayscale: #828282. Windows color (decimal): -2597286 or 5922520. OLE color: 5922520.
HSL color Cylindrical-coordinate representation of color #D85E5A: hue angle of 1.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85E5A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 90 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.15 |
| HSL | 1.9º | 0.62% | 0.6% | - |
| HSV(B) | 1.9º | 0.58% | 0.85% | - |
| XYZ | 34.17 | 23.34 | 12.38 | - |
| YUV | 130.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 90 | 0 | 0.56 | 0.58 | 0.15 | 1.9 | 0.62 | 0.6 |
| Hex | D8 | 5E | 5A | 0 | 38 | 3A | F | 2 | 3E | 3C |
| Octal | 330 | 136 | 132 | 0 | 70 | 72 | 17 | 2 | 76 | 74 |
| Binary | 11011000 | 1011110 | 1011010 | 0 | 111000 | 111010 | 1111 | 10 | 111110 | 111100 |
Color Harmonies of #D85E5A
Complementary color
Monochromatic Colors of #D85E5A
Black with #D85E5A
Text Example
Text Example
White with #D85E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E5A; }
p { color: rgb(216,94,90); }
H1.HeaderClassName
{
color: #D85E5A;
}
.AnyTagClassName
{
color: #D85E5A;
}
</style>
background-color css
<style>
a { background-color: #D85E5A; }
a { background-color: rgb(216,94,90); }
div.DivClassName
{
background-color: #D85E5A;
}
.BgClassName
{
background-color: #D85E5A;
}
</style>
border-color css
<style>
span { border-color: #D85E5A; }
span { border-color: rgb(216,94,90); }
td.TdClassName
{
border-color: #D85E5A;
}
.TagClassName
{
border-color: #D85E5A;
}
</style>