Shades of Ruby #D7136E
Tints of Ruby #D7136E
RGB
CMYK
RGB Variations
Color information
#D7136E (or 0xD7136E) is known color: Ruby. HEX triplet: D7, 13 and 6E. RGB value is (215,19,110). Sum of RGB (Red+Green+Blue) = 215+19+110=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7136E is #28EC91. Grayscale: #575757. Windows color (decimal): -2682002 or 7214039. OLE color: 7214039.
HSL color Cylindrical-coordinate representation of color #D7136E: hue angle of 332.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7136E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.16 |
| HSL | 332.14º | 0.84% | 0.46% | - |
| HSV(B) | 332.14º | 0.91% | 0.84% | - |
| XYZ | 31.07 | 16.04 | 16.21 | - |
| YUV | 87.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 110 | 0 | 0.91 | 0.49 | 0.16 | 332.14 | 0.84 | 0.46 |
| Hex | D7 | 13 | 6E | 0 | 5B | 31 | 10 | 14C | 54 | 2E |
| Octal | 327 | 23 | 156 | 0 | 133 | 61 | 20 | 514 | 124 | 56 |
| Binary | 11010111 | 10011 | 1101110 | 0 | 1011011 | 110001 | 10000 | 101001100 | 1010100 | 101110 |
Color Harmonies of #D7136E
Complementary color
Monochromatic Colors of #D7136E
Black with #D7136E
Text Example
Text Example
White with #D7136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7136E; }
p { color: rgb(215,19,110); }
H1.HeaderClassName
{
color: #D7136E;
}
.AnyTagClassName
{
color: #D7136E;
}
</style>
background-color css
<style>
a { background-color: #D7136E; }
a { background-color: rgb(215,19,110); }
div.DivClassName
{
background-color: #D7136E;
}
.BgClassName
{
background-color: #D7136E;
}
</style>
border-color css
<style>
span { border-color: #D7136E; }
span { border-color: rgb(215,19,110); }
td.TdClassName
{
border-color: #D7136E;
}
.TagClassName
{
border-color: #D7136E;
}
</style>