Shades of Ruby #D9136E
Tints of Ruby #D9136E
RGB
CMYK
RGB Variations
Color information
#D9136E (or 0xD9136E) is known color: Ruby. HEX triplet: D9, 13 and 6E. RGB value is (217,19,110). Sum of RGB (Red+Green+Blue) = 217+19+110=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9136E is #26EC91. Grayscale: #585858. Windows color (decimal): -2550930 or 7214041. OLE color: 7214041.
HSL color Cylindrical-coordinate representation of color #D9136E: hue angle of 332.42º 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 #D9136E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.15 |
| HSL | 332.42º | 0.84% | 0.46% | - |
| HSV(B) | 332.42º | 0.91% | 0.85% | - |
| XYZ | 31.66 | 16.34 | 16.24 | - |
| YUV | 88.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 110 | 0 | 0.91 | 0.49 | 0.15 | 332.42 | 0.84 | 0.46 |
| Hex | D9 | 13 | 6E | 0 | 5B | 31 | F | 14C | 54 | 2E |
| Octal | 331 | 23 | 156 | 0 | 133 | 61 | 17 | 514 | 124 | 56 |
| Binary | 11011001 | 10011 | 1101110 | 0 | 1011011 | 110001 | 1111 | 101001100 | 1010100 | 101110 |
Color Harmonies of #D9136E
Complementary color
Monochromatic Colors of #D9136E
Black with #D9136E
Text Example
Text Example
White with #D9136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9136E; }
p { color: rgb(217,19,110); }
H1.HeaderClassName
{
color: #D9136E;
}
.AnyTagClassName
{
color: #D9136E;
}
</style>
background-color css
<style>
a { background-color: #D9136E; }
a { background-color: rgb(217,19,110); }
div.DivClassName
{
background-color: #D9136E;
}
.BgClassName
{
background-color: #D9136E;
}
</style>
border-color css
<style>
span { border-color: #D9136E; }
span { border-color: rgb(217,19,110); }
td.TdClassName
{
border-color: #D9136E;
}
.TagClassName
{
border-color: #D9136E;
}
</style>