Shades of Ruby #D8125E
Tints of Ruby #D8125E
RGB
CMYK
RGB Variations
Color information
#D8125E (or 0xD8125E) is known color: Ruby. HEX triplet: D8, 12 and 5E. RGB value is (216,18,94). Sum of RGB (Red+Green+Blue) = 216+18+94=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8125E is #27EDA1. Grayscale: #555555. Windows color (decimal): -2616738 or 6165208. OLE color: 6165208.
HSL color Cylindrical-coordinate representation of color #D8125E: hue angle of 336.97º 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 #D8125E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 94 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.15 |
| HSL | 336.97º | 0.85% | 0.46% | - |
| HSV(B) | 336.97º | 0.92% | 0.85% | - |
| XYZ | 30.56 | 15.84 | 12.04 | - |
| YUV | 85.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 94 | 0 | 0.92 | 0.56 | 0.15 | 336.97 | 0.85 | 0.46 |
| Hex | D8 | 12 | 5E | 0 | 5C | 38 | F | 151 | 55 | 2E |
| Octal | 330 | 22 | 136 | 0 | 134 | 70 | 17 | 521 | 125 | 56 |
| Binary | 11011000 | 10010 | 1011110 | 0 | 1011100 | 111000 | 1111 | 101010001 | 1010101 | 101110 |
Color Harmonies of #D8125E
Complementary color
Monochromatic Colors of #D8125E
Black with #D8125E
Text Example
Text Example
White with #D8125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8125E; }
p { color: rgb(216,18,94); }
H1.HeaderClassName
{
color: #D8125E;
}
.AnyTagClassName
{
color: #D8125E;
}
</style>
background-color css
<style>
a { background-color: #D8125E; }
a { background-color: rgb(216,18,94); }
div.DivClassName
{
background-color: #D8125E;
}
.BgClassName
{
background-color: #D8125E;
}
</style>
border-color css
<style>
span { border-color: #D8125E; }
span { border-color: rgb(216,18,94); }
td.TdClassName
{
border-color: #D8125E;
}
.TagClassName
{
border-color: #D8125E;
}
</style>