Shades of Ruby #D6126D
Tints of Ruby #D6126D
RGB
CMYK
RGB Variations
Color information
#D6126D (or 0xD6126D) is known color: Ruby. HEX triplet: D6, 12 and 6D. RGB value is (214,18,109). Sum of RGB (Red+Green+Blue) = 214+18+109=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6126D is #29ED92. Grayscale: #565656. Windows color (decimal): -2747795 or 7148246. OLE color: 7148246.
HSL color Cylindrical-coordinate representation of color #D6126D: hue angle of 332.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6126D is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 109 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.16 |
| HSL | 332.14º | 0.84% | 0.45% | - |
| HSV(B) | 332.14º | 0.92% | 0.84% | - |
| XYZ | 30.71 | 15.83 | 15.91 | - |
| YUV | 86.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 109 | 0 | 0.92 | 0.49 | 0.16 | 332.14 | 0.84 | 0.45 |
| Hex | D6 | 12 | 6D | 0 | 5C | 31 | 10 | 14C | 54 | 2D |
| Octal | 326 | 22 | 155 | 0 | 134 | 61 | 20 | 514 | 124 | 55 |
| Binary | 11010110 | 10010 | 1101101 | 0 | 1011100 | 110001 | 10000 | 101001100 | 1010100 | 101101 |
Color Harmonies of #D6126D
Complementary color
Monochromatic Colors of #D6126D
Black with #D6126D
Text Example
Text Example
White with #D6126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6126D; }
p { color: rgb(214,18,109); }
H1.HeaderClassName
{
color: #D6126D;
}
.AnyTagClassName
{
color: #D6126D;
}
</style>
background-color css
<style>
a { background-color: #D6126D; }
a { background-color: rgb(214,18,109); }
div.DivClassName
{
background-color: #D6126D;
}
.BgClassName
{
background-color: #D6126D;
}
</style>
border-color css
<style>
span { border-color: #D6126D; }
span { border-color: rgb(214,18,109); }
td.TdClassName
{
border-color: #D6126D;
}
.TagClassName
{
border-color: #D6126D;
}
</style>