Shades of Roman #D95D5D
Tints of Roman #D95D5D
RGB
CMYK
RGB Variations
Color information
#D95D5D (or 0xD95D5D) is known color: Roman. HEX triplet: D9, 5D and 5D. RGB value is (217,93,93). Sum of RGB (Red+Green+Blue) = 217+93+93=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D5D is #26A2A2. Grayscale: #828282. Windows color (decimal): -2532003 or 6118873. OLE color: 6118873.
HSL color Cylindrical-coordinate representation of color #D95D5D: hue angle of 0º degrees, saturation: 0.62, 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 #D95D5D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 93 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.15 |
| HSL | 0º | 0.62% | 0.61% | - |
| HSV(B) | 0º | 0.57% | 0.85% | - |
| XYZ | 34.51 | 23.37 | 13.05 | - |
| YUV | 130.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 93 | 0 | 0.57 | 0.57 | 0.15 | 0 | 0.62 | 0.61 |
| Hex | D9 | 5D | 5D | 0 | 39 | 39 | F | 0 | 3E | 3D |
| Octal | 331 | 135 | 135 | 0 | 71 | 71 | 17 | 0 | 76 | 75 |
| Binary | 11011001 | 1011101 | 1011101 | 0 | 111001 | 111001 | 1111 | 0 | 111110 | 111101 |
Color Harmonies of #D95D5D
Complementary color
Monochromatic Colors of #D95D5D
Black with #D95D5D
Text Example
Text Example
White with #D95D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D5D; }
p { color: rgb(217,93,93); }
H1.HeaderClassName
{
color: #D95D5D;
}
.AnyTagClassName
{
color: #D95D5D;
}
</style>
background-color css
<style>
a { background-color: #D95D5D; }
a { background-color: rgb(217,93,93); }
div.DivClassName
{
background-color: #D95D5D;
}
.BgClassName
{
background-color: #D95D5D;
}
</style>
border-color css
<style>
span { border-color: #D95D5D; }
span { border-color: rgb(217,93,93); }
td.TdClassName
{
border-color: #D95D5D;
}
.TagClassName
{
border-color: #D95D5D;
}
</style>