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