Shades of Ruby #D8136E
Tints of Ruby #D8136E
RGB
CMYK
RGB Variations
Color information
#D8136E (or 0xD8136E) is known color: Ruby. HEX triplet: D8, 13 and 6E. RGB value is (216,19,110). Sum of RGB (Red+Green+Blue) = 216+19+110=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8136E is #27EC91. Grayscale: #585858. Windows color (decimal): -2616466 or 7214040. OLE color: 7214040.
HSL color Cylindrical-coordinate representation of color #D8136E: hue angle of 332.28º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8136E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.15 |
| HSL | 332.28º | 0.84% | 0.46% | - |
| HSV(B) | 332.28º | 0.91% | 0.85% | - |
| XYZ | 31.37 | 16.19 | 16.22 | - |
| YUV | 88.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 110 | 0 | 0.91 | 0.49 | 0.15 | 332.28 | 0.84 | 0.46 |
| Hex | D8 | 13 | 6E | 0 | 5B | 31 | F | 14C | 54 | 2E |
| Octal | 330 | 23 | 156 | 0 | 133 | 61 | 17 | 514 | 124 | 56 |
| Binary | 11011000 | 10011 | 1101110 | 0 | 1011011 | 110001 | 1111 | 101001100 | 1010100 | 101110 |
Color Harmonies of #D8136E
Complementary color
Monochromatic Colors of #D8136E
Black with #D8136E
Text Example
Text Example
White with #D8136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8136E; }
p { color: rgb(216,19,110); }
H1.HeaderClassName
{
color: #D8136E;
}
.AnyTagClassName
{
color: #D8136E;
}
</style>
background-color css
<style>
a { background-color: #D8136E; }
a { background-color: rgb(216,19,110); }
div.DivClassName
{
background-color: #D8136E;
}
.BgClassName
{
background-color: #D8136E;
}
</style>
border-color css
<style>
span { border-color: #D8136E; }
span { border-color: rgb(216,19,110); }
td.TdClassName
{
border-color: #D8136E;
}
.TagClassName
{
border-color: #D8136E;
}
</style>