Shades of Ruby #D6165E
Tints of Ruby #D6165E
RGB
CMYK
RGB Variations
Color information
#D6165E (or 0xD6165E) is known color: Ruby. HEX triplet: D6, 16 and 5E. RGB value is (214,22,94). Sum of RGB (Red+Green+Blue) = 214+22+94=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6165E is #29E9A1. Grayscale: #575757. Windows color (decimal): -2746786 or 6166230. OLE color: 6166230.
HSL color Cylindrical-coordinate representation of color #D6165E: hue angle of 337.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6165E is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 94 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.16 |
| HSL | 337.5º | 0.81% | 0.46% | - |
| HSV(B) | 337.5º | 0.9% | 0.84% | - |
| XYZ | 30.04 | 15.68 | 12.03 | - |
| YUV | 87.62 | 131.61 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 94 | 0 | 0.90 | 0.56 | 0.16 | 337.5 | 0.81 | 0.46 |
| Hex | D6 | 16 | 5E | 0 | 5A | 38 | 10 | 152 | 51 | 2E |
| Octal | 326 | 26 | 136 | 0 | 132 | 70 | 20 | 522 | 121 | 56 |
| Binary | 11010110 | 10110 | 1011110 | 0 | 1011010 | 111000 | 10000 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D6165E
Complementary color
Monochromatic Colors of #D6165E
Black with #D6165E
Text Example
Text Example
White with #D6165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6165E; }
p { color: rgb(214,22,94); }
H1.HeaderClassName
{
color: #D6165E;
}
.AnyTagClassName
{
color: #D6165E;
}
</style>
background-color css
<style>
a { background-color: #D6165E; }
a { background-color: rgb(214,22,94); }
div.DivClassName
{
background-color: #D6165E;
}
.BgClassName
{
background-color: #D6165E;
}
</style>
border-color css
<style>
span { border-color: #D6165E; }
span { border-color: rgb(214,22,94); }
td.TdClassName
{
border-color: #D6165E;
}
.TagClassName
{
border-color: #D6165E;
}
</style>