Shades of Ruby #D8125D
Tints of Ruby #D8125D
RGB
CMYK
RGB Variations
Color information
#D8125D (or 0xD8125D) is known color: Ruby. HEX triplet: D8, 12 and 5D. RGB value is (216,18,93). Sum of RGB (Red+Green+Blue) = 216+18+93=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8125D is #27EDA2. Grayscale: #555555. Windows color (decimal): -2616739 or 6099672. OLE color: 6099672.
HSL color Cylindrical-coordinate representation of color #D8125D: hue angle of 337.27º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8125D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.15 |
| HSL | 337.27º | 0.85% | 0.46% | - |
| HSV(B) | 337.27º | 0.92% | 0.85% | - |
| XYZ | 30.51 | 15.82 | 11.8 | - |
| YUV | 85.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 93 | 0 | 0.92 | 0.57 | 0.15 | 337.27 | 0.85 | 0.46 |
| Hex | D8 | 12 | 5D | 0 | 5C | 39 | F | 151 | 55 | 2E |
| Octal | 330 | 22 | 135 | 0 | 134 | 71 | 17 | 521 | 125 | 56 |
| Binary | 11011000 | 10010 | 1011101 | 0 | 1011100 | 111001 | 1111 | 101010001 | 1010101 | 101110 |
Color Harmonies of #D8125D
Complementary color
Monochromatic Colors of #D8125D
Black with #D8125D
Text Example
Text Example
White with #D8125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8125D; }
p { color: rgb(216,18,93); }
H1.HeaderClassName
{
color: #D8125D;
}
.AnyTagClassName
{
color: #D8125D;
}
</style>
background-color css
<style>
a { background-color: #D8125D; }
a { background-color: rgb(216,18,93); }
div.DivClassName
{
background-color: #D8125D;
}
.BgClassName
{
background-color: #D8125D;
}
</style>
border-color css
<style>
span { border-color: #D8125D; }
span { border-color: rgb(216,18,93); }
td.TdClassName
{
border-color: #D8125D;
}
.TagClassName
{
border-color: #D8125D;
}
</style>