Shades of Ruby #D7136A
Tints of Ruby #D7136A
RGB
CMYK
RGB Variations
Color information
#D7136A (or 0xD7136A) is known color: Ruby. HEX triplet: D7, 13 and 6A. RGB value is (215,19,106). Sum of RGB (Red+Green+Blue) = 215+19+106=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7136A is #28EC95. Grayscale: #575757. Windows color (decimal): -2682006 or 6951895. OLE color: 6951895.
HSL color Cylindrical-coordinate representation of color #D7136A: hue angle of 333.37º 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 #D7136A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 106 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.16 |
| HSL | 333.37º | 0.84% | 0.46% | - |
| HSV(B) | 333.37º | 0.91% | 0.84% | - |
| XYZ | 30.86 | 15.95 | 15.09 | - |
| YUV | 87.52 | 138.43 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 106 | 0 | 0.91 | 0.51 | 0.16 | 333.37 | 0.84 | 0.46 |
| Hex | D7 | 13 | 6A | 0 | 5B | 33 | 10 | 14D | 54 | 2E |
| Octal | 327 | 23 | 152 | 0 | 133 | 63 | 20 | 515 | 124 | 56 |
| Binary | 11010111 | 10011 | 1101010 | 0 | 1011011 | 110011 | 10000 | 101001101 | 1010100 | 101110 |
Color Harmonies of #D7136A
Complementary color
Monochromatic Colors of #D7136A
Black with #D7136A
Text Example
Text Example
White with #D7136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7136A; }
p { color: rgb(215,19,106); }
H1.HeaderClassName
{
color: #D7136A;
}
.AnyTagClassName
{
color: #D7136A;
}
</style>
background-color css
<style>
a { background-color: #D7136A; }
a { background-color: rgb(215,19,106); }
div.DivClassName
{
background-color: #D7136A;
}
.BgClassName
{
background-color: #D7136A;
}
</style>
border-color css
<style>
span { border-color: #D7136A; }
span { border-color: rgb(215,19,106); }
td.TdClassName
{
border-color: #D7136A;
}
.TagClassName
{
border-color: #D7136A;
}
</style>