Shades of Ruby #D6106C
Tints of Ruby #D6106C
RGB
CMYK
RGB Variations
Color information
#D6106C (or 0xD6106C) is known color: Ruby. HEX triplet: D6, 10 and 6C. RGB value is (214,16,108). Sum of RGB (Red+Green+Blue) = 214+16+108=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6106C is #29EF93. Grayscale: #555555. Windows color (decimal): -2748308 or 7082198. OLE color: 7082198.
HSL color Cylindrical-coordinate representation of color #D6106C: hue angle of 332.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6106C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.16 |
| HSL | 332.12º | 0.86% | 0.45% | - |
| HSV(B) | 332.12º | 0.93% | 0.84% | - |
| XYZ | 30.62 | 15.75 | 15.61 | - |
| YUV | 85.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 108 | 0 | 0.93 | 0.50 | 0.16 | 332.12 | 0.86 | 0.45 |
| Hex | D6 | 10 | 6C | 0 | 5D | 32 | 10 | 14C | 56 | 2D |
| Octal | 326 | 20 | 154 | 0 | 135 | 62 | 20 | 514 | 126 | 55 |
| Binary | 11010110 | 10000 | 1101100 | 0 | 1011101 | 110010 | 10000 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D6106C
Complementary color
Monochromatic Colors of #D6106C
Black with #D6106C
Text Example
Text Example
White with #D6106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6106C; }
p { color: rgb(214,16,108); }
H1.HeaderClassName
{
color: #D6106C;
}
.AnyTagClassName
{
color: #D6106C;
}
</style>
background-color css
<style>
a { background-color: #D6106C; }
a { background-color: rgb(214,16,108); }
div.DivClassName
{
background-color: #D6106C;
}
.BgClassName
{
background-color: #D6106C;
}
</style>
border-color css
<style>
span { border-color: #D6106C; }
span { border-color: rgb(214,16,108); }
td.TdClassName
{
border-color: #D6106C;
}
.TagClassName
{
border-color: #D6106C;
}
</style>