Shades of Ruby #D8136B
Tints of Ruby #D8136B
RGB
CMYK
RGB Variations
Color information
#D8136B (or 0xD8136B) is known color: Ruby. HEX triplet: D8, 13 and 6B. RGB value is (216,19,107). Sum of RGB (Red+Green+Blue) = 216+19+107=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8136B is #27EC94. Grayscale: #575757. Windows color (decimal): -2616469 or 7017432. OLE color: 7017432.
HSL color Cylindrical-coordinate representation of color #D8136B: hue angle of 333.2º 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 #D8136B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.15 |
| HSL | 333.2º | 0.84% | 0.46% | - |
| HSV(B) | 333.2º | 0.91% | 0.85% | - |
| XYZ | 31.21 | 16.13 | 15.38 | - |
| YUV | 87.94 | 138.77 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 107 | 0 | 0.91 | 0.50 | 0.15 | 333.2 | 0.84 | 0.46 |
| Hex | D8 | 13 | 6B | 0 | 5B | 32 | F | 14D | 54 | 2E |
| Octal | 330 | 23 | 153 | 0 | 133 | 62 | 17 | 515 | 124 | 56 |
| Binary | 11011000 | 10011 | 1101011 | 0 | 1011011 | 110010 | 1111 | 101001101 | 1010100 | 101110 |
Color Harmonies of #D8136B
Complementary color
Monochromatic Colors of #D8136B
Black with #D8136B
Text Example
Text Example
White with #D8136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8136B; }
p { color: rgb(216,19,107); }
H1.HeaderClassName
{
color: #D8136B;
}
.AnyTagClassName
{
color: #D8136B;
}
</style>
background-color css
<style>
a { background-color: #D8136B; }
a { background-color: rgb(216,19,107); }
div.DivClassName
{
background-color: #D8136B;
}
.BgClassName
{
background-color: #D8136B;
}
</style>
border-color css
<style>
span { border-color: #D8136B; }
span { border-color: rgb(216,19,107); }
td.TdClassName
{
border-color: #D8136B;
}
.TagClassName
{
border-color: #D8136B;
}
</style>