Shades of Roman #D85F5A
Tints of Roman #D85F5A
RGB
CMYK
RGB Variations
Color information
#D85F5A (or 0xD85F5A) is known color: Roman. HEX triplet: D8, 5F and 5A. RGB value is (216,95,90). Sum of RGB (Red+Green+Blue) = 216+95+90=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F5A is #27A0A5. Grayscale: #828282. Windows color (decimal): -2597030 or 5922776. OLE color: 5922776.
HSL color Cylindrical-coordinate representation of color #D85F5A: hue angle of 2.38º 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 #D85F5A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 90 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.15 |
| HSL | 2.38º | 0.62% | 0.6% | - |
| HSV(B) | 2.38º | 0.58% | 0.85% | - |
| XYZ | 34.26 | 23.52 | 12.41 | - |
| YUV | 130.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 90 | 0 | 0.56 | 0.58 | 0.15 | 2.38 | 0.62 | 0.6 |
| Hex | D8 | 5F | 5A | 0 | 38 | 3A | F | 2 | 3E | 3C |
| Octal | 330 | 137 | 132 | 0 | 70 | 72 | 17 | 2 | 76 | 74 |
| Binary | 11011000 | 1011111 | 1011010 | 0 | 111000 | 111010 | 1111 | 10 | 111110 | 111100 |
Color Harmonies of #D85F5A
Complementary color
Monochromatic Colors of #D85F5A
Black with #D85F5A
Text Example
Text Example
White with #D85F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F5A; }
p { color: rgb(216,95,90); }
H1.HeaderClassName
{
color: #D85F5A;
}
.AnyTagClassName
{
color: #D85F5A;
}
</style>
background-color css
<style>
a { background-color: #D85F5A; }
a { background-color: rgb(216,95,90); }
div.DivClassName
{
background-color: #D85F5A;
}
.BgClassName
{
background-color: #D85F5A;
}
</style>
border-color css
<style>
span { border-color: #D85F5A; }
span { border-color: rgb(216,95,90); }
td.TdClassName
{
border-color: #D85F5A;
}
.TagClassName
{
border-color: #D85F5A;
}
</style>