Shades of Ruby #D9146E
Tints of Ruby #D9146E
RGB
CMYK
RGB Variations
Color information
#D9146E (or 0xD9146E) is known color: Ruby. HEX triplet: D9, 14 and 6E. RGB value is (217,20,110). Sum of RGB (Red+Green+Blue) = 217+20+110=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9146E is #26EB91. Grayscale: #585858. Windows color (decimal): -2550674 or 7214297. OLE color: 7214297.
HSL color Cylindrical-coordinate representation of color #D9146E: hue angle of 332.59º degrees, saturation: 0.83, 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 #D9146E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.15 |
| HSL | 332.59º | 0.83% | 0.46% | - |
| HSV(B) | 332.59º | 0.91% | 0.85% | - |
| XYZ | 31.68 | 16.38 | 16.24 | - |
| YUV | 89.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 110 | 0 | 0.91 | 0.49 | 0.15 | 332.59 | 0.83 | 0.46 |
| Hex | D9 | 14 | 6E | 0 | 5B | 31 | F | 14D | 53 | 2E |
| Octal | 331 | 24 | 156 | 0 | 133 | 61 | 17 | 515 | 123 | 56 |
| Binary | 11011001 | 10100 | 1101110 | 0 | 1011011 | 110001 | 1111 | 101001101 | 1010011 | 101110 |
Color Harmonies of #D9146E
Complementary color
Monochromatic Colors of #D9146E
Black with #D9146E
Text Example
Text Example
White with #D9146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9146E; }
p { color: rgb(217,20,110); }
H1.HeaderClassName
{
color: #D9146E;
}
.AnyTagClassName
{
color: #D9146E;
}
</style>
background-color css
<style>
a { background-color: #D9146E; }
a { background-color: rgb(217,20,110); }
div.DivClassName
{
background-color: #D9146E;
}
.BgClassName
{
background-color: #D9146E;
}
</style>
border-color css
<style>
span { border-color: #D9146E; }
span { border-color: rgb(217,20,110); }
td.TdClassName
{
border-color: #D9146E;
}
.TagClassName
{
border-color: #D9146E;
}
</style>