Shades of Ruby #D9136D
Tints of Ruby #D9136D
RGB
CMYK
RGB Variations
Color information
#D9136D (or 0xD9136D) is known color: Ruby. HEX triplet: D9, 13 and 6D. RGB value is (217,19,109). Sum of RGB (Red+Green+Blue) = 217+19+109=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9136D is #26EC92. Grayscale: #585858. Windows color (decimal): -2550931 or 7148505. OLE color: 7148505.
HSL color Cylindrical-coordinate representation of color #D9136D: hue angle of 332.73º 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 #D9136D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.15 |
| HSL | 332.73º | 0.84% | 0.46% | - |
| HSV(B) | 332.73º | 0.91% | 0.85% | - |
| XYZ | 31.61 | 16.32 | 15.95 | - |
| YUV | 88.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 109 | 0 | 0.91 | 0.50 | 0.15 | 332.73 | 0.84 | 0.46 |
| Hex | D9 | 13 | 6D | 0 | 5B | 32 | F | 14D | 54 | 2E |
| Octal | 331 | 23 | 155 | 0 | 133 | 62 | 17 | 515 | 124 | 56 |
| Binary | 11011001 | 10011 | 1101101 | 0 | 1011011 | 110010 | 1111 | 101001101 | 1010100 | 101110 |
Color Harmonies of #D9136D
Complementary color
Monochromatic Colors of #D9136D
Black with #D9136D
Text Example
Text Example
White with #D9136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9136D; }
p { color: rgb(217,19,109); }
H1.HeaderClassName
{
color: #D9136D;
}
.AnyTagClassName
{
color: #D9136D;
}
</style>
background-color css
<style>
a { background-color: #D9136D; }
a { background-color: rgb(217,19,109); }
div.DivClassName
{
background-color: #D9136D;
}
.BgClassName
{
background-color: #D9136D;
}
</style>
border-color css
<style>
span { border-color: #D9136D; }
span { border-color: rgb(217,19,109); }
td.TdClassName
{
border-color: #D9136D;
}
.TagClassName
{
border-color: #D9136D;
}
</style>