Shades of Roman #D85D5B
Tints of Roman #D85D5B
RGB
CMYK
RGB Variations
Color information
#D85D5B (or 0xD85D5B) is known color: Roman. HEX triplet: D8, 5D and 5B. RGB value is (216,93,91). Sum of RGB (Red+Green+Blue) = 216+93+91=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D5B is #27A2A4. Grayscale: #818181. Windows color (decimal): -2597541 or 5987800. OLE color: 5987800.
HSL color Cylindrical-coordinate representation of color #D85D5B: hue angle of 0.96º 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 #D85D5B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 91 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.15 |
| HSL | 0.96º | 0.62% | 0.6% | - |
| HSV(B) | 0.96º | 0.58% | 0.85% | - |
| XYZ | 34.12 | 23.18 | 12.57 | - |
| YUV | 129.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 91 | 0 | 0.57 | 0.58 | 0.15 | 0.96 | 0.62 | 0.6 |
| Hex | D8 | 5D | 5B | 0 | 39 | 3A | F | 1 | 3E | 3C |
| Octal | 330 | 135 | 133 | 0 | 71 | 72 | 17 | 1 | 76 | 74 |
| Binary | 11011000 | 1011101 | 1011011 | 0 | 111001 | 111010 | 1111 | 1 | 111110 | 111100 |
Color Harmonies of #D85D5B
Complementary color
Monochromatic Colors of #D85D5B
Black with #D85D5B
Text Example
Text Example
White with #D85D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D5B; }
p { color: rgb(216,93,91); }
H1.HeaderClassName
{
color: #D85D5B;
}
.AnyTagClassName
{
color: #D85D5B;
}
</style>
background-color css
<style>
a { background-color: #D85D5B; }
a { background-color: rgb(216,93,91); }
div.DivClassName
{
background-color: #D85D5B;
}
.BgClassName
{
background-color: #D85D5B;
}
</style>
border-color css
<style>
span { border-color: #D85D5B; }
span { border-color: rgb(216,93,91); }
td.TdClassName
{
border-color: #D85D5B;
}
.TagClassName
{
border-color: #D85D5B;
}
</style>