Shades of Ruby #D6105C
Tints of Ruby #D6105C
RGB
CMYK
RGB Variations
Color information
#D6105C (or 0xD6105C) is known color: Ruby. HEX triplet: D6, 10 and 5C. RGB value is (214,16,92). Sum of RGB (Red+Green+Blue) = 214+16+92=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6105C is #29EFA3. Grayscale: #535353. Windows color (decimal): -2748324 or 6033622. OLE color: 6033622.
HSL color Cylindrical-coordinate representation of color #D6105C: hue angle of 336.97º 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 #D6105C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.16 |
| HSL | 336.97º | 0.86% | 0.45% | - |
| HSV(B) | 336.97º | 0.93% | 0.84% | - |
| XYZ | 29.85 | 15.44 | 11.53 | - |
| YUV | 83.87 | 132.6 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 92 | 0 | 0.93 | 0.57 | 0.16 | 336.97 | 0.86 | 0.45 |
| Hex | D6 | 10 | 5C | 0 | 5D | 39 | 10 | 151 | 56 | 2D |
| Octal | 326 | 20 | 134 | 0 | 135 | 71 | 20 | 521 | 126 | 55 |
| Binary | 11010110 | 10000 | 1011100 | 0 | 1011101 | 111001 | 10000 | 101010001 | 1010110 | 101101 |
Color Harmonies of #D6105C
Complementary color
Monochromatic Colors of #D6105C
Black with #D6105C
Text Example
Text Example
White with #D6105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6105C; }
p { color: rgb(214,16,92); }
H1.HeaderClassName
{
color: #D6105C;
}
.AnyTagClassName
{
color: #D6105C;
}
</style>
background-color css
<style>
a { background-color: #D6105C; }
a { background-color: rgb(214,16,92); }
div.DivClassName
{
background-color: #D6105C;
}
.BgClassName
{
background-color: #D6105C;
}
</style>
border-color css
<style>
span { border-color: #D6105C; }
span { border-color: rgb(214,16,92); }
td.TdClassName
{
border-color: #D6105C;
}
.TagClassName
{
border-color: #D6105C;
}
</style>