Shades of Roman #D85D5D
Tints of Roman #D85D5D
RGB
CMYK
RGB Variations
Color information
#D85D5D (or 0xD85D5D) is known color: Roman. HEX triplet: D8, 5D and 5D. RGB value is (216,93,93). Sum of RGB (Red+Green+Blue) = 216+93+93=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D5D is #27A2A2. Grayscale: #818181. Windows color (decimal): -2597539 or 6118872. OLE color: 6118872.
HSL color Cylindrical-coordinate representation of color #D85D5D: hue angle of 0º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D5D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 93 | 93 | - |
CMYK | 0 | 0.57 | 0.57 | 0.15 |
HSL | 0º | 0.61% | 0.61% | - |
HSV(B) | 0º | 0.57% | 0.85% | - |
XYZ | 34.21 | 23.22 | 13.03 | - |
YUV | 129.78 | 107.25 | 189.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 93 | 93 | 0 | 0.57 | 0.57 | 0.15 | 0 | 0.61 | 0.61 |
Hex | D8 | 5D | 5D | 0 | 39 | 39 | F | 0 | 3D | 3D |
Octal | 330 | 135 | 135 | 0 | 71 | 71 | 17 | 0 | 75 | 75 |
Binary | 11011000 | 1011101 | 1011101 | 0 | 111001 | 111001 | 1111 | 0 | 111101 | 111101 |
Color Harmonies of #D85D5D
Complementary color
Monochromatic Colors of #D85D5D
Black with #D85D5D
Text Example
Text Example
White with #D85D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D5D; }
p { color: rgb(216,93,93); }
H1.HeaderClassName
{
color: #D85D5D;
}
.AnyTagClassName
{
color: #D85D5D;
}
</style>
background-color css
<style>
a { background-color: #D85D5D; }
a { background-color: rgb(216,93,93); }
div.DivClassName
{
background-color: #D85D5D;
}
.BgClassName
{
background-color: #D85D5D;
}
</style>
border-color css
<style>
span { border-color: #D85D5D; }
span { border-color: rgb(216,93,93); }
td.TdClassName
{
border-color: #D85D5D;
}
.TagClassName
{
border-color: #D85D5D;
}
</style>