Shades of Ruby #D7136C
Tints of Ruby #D7136C
RGB
CMYK
RGB Variations
Color information
#D7136C (or 0xD7136C) is known color: Ruby. HEX triplet: D7, 13 and 6C. RGB value is (215,19,108). Sum of RGB (Red+Green+Blue) = 215+19+108=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7136C is #28EC93. Grayscale: #575757. Windows color (decimal): -2682004 or 7082967. OLE color: 7082967.
HSL color Cylindrical-coordinate representation of color #D7136C: hue angle of 332.76º 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 #D7136C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 108 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.16 |
| HSL | 332.76º | 0.84% | 0.46% | - |
| HSV(B) | 332.76º | 0.91% | 0.84% | - |
| XYZ | 30.96 | 16 | 15.64 | - |
| YUV | 87.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 108 | 0 | 0.91 | 0.50 | 0.16 | 332.76 | 0.84 | 0.46 |
| Hex | D7 | 13 | 6C | 0 | 5B | 32 | 10 | 14D | 54 | 2E |
| Octal | 327 | 23 | 154 | 0 | 133 | 62 | 20 | 515 | 124 | 56 |
| Binary | 11010111 | 10011 | 1101100 | 0 | 1011011 | 110010 | 10000 | 101001101 | 1010100 | 101110 |
Color Harmonies of #D7136C
Complementary color
Monochromatic Colors of #D7136C
Black with #D7136C
Text Example
Text Example
White with #D7136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7136C; }
p { color: rgb(215,19,108); }
H1.HeaderClassName
{
color: #D7136C;
}
.AnyTagClassName
{
color: #D7136C;
}
</style>
background-color css
<style>
a { background-color: #D7136C; }
a { background-color: rgb(215,19,108); }
div.DivClassName
{
background-color: #D7136C;
}
.BgClassName
{
background-color: #D7136C;
}
</style>
border-color css
<style>
span { border-color: #D7136C; }
span { border-color: rgb(215,19,108); }
td.TdClassName
{
border-color: #D7136C;
}
.TagClassName
{
border-color: #D7136C;
}
</style>