Shades of Ruby #D6115E
Tints of Ruby #D6115E
RGB
CMYK
RGB Variations
Color information
#D6115E (or 0xD6115E) is known color: Ruby. HEX triplet: D6, 11 and 5E. RGB value is (214,17,94). Sum of RGB (Red+Green+Blue) = 214+17+94=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115E is #29EEA1. Grayscale: #545454. Windows color (decimal): -2748066 or 6164950. OLE color: 6164950.
HSL color Cylindrical-coordinate representation of color #D6115E: hue angle of 336.55º degrees, saturation: 0.85, 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 #D6115E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.16 |
| HSL | 336.55º | 0.85% | 0.45% | - |
| HSV(B) | 336.55º | 0.92% | 0.84% | - |
| XYZ | 29.95 | 15.51 | 12 | - |
| YUV | 84.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 94 | 0 | 0.92 | 0.56 | 0.16 | 336.55 | 0.85 | 0.45 |
| Hex | D6 | 11 | 5E | 0 | 5C | 38 | 10 | 151 | 55 | 2D |
| Octal | 326 | 21 | 136 | 0 | 134 | 70 | 20 | 521 | 125 | 55 |
| Binary | 11010110 | 10001 | 1011110 | 0 | 1011100 | 111000 | 10000 | 101010001 | 1010101 | 101101 |
Color Harmonies of #D6115E
Complementary color
Monochromatic Colors of #D6115E
Black with #D6115E
Text Example
Text Example
White with #D6115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6115E; }
p { color: rgb(214,17,94); }
H1.HeaderClassName
{
color: #D6115E;
}
.AnyTagClassName
{
color: #D6115E;
}
</style>
background-color css
<style>
a { background-color: #D6115E; }
a { background-color: rgb(214,17,94); }
div.DivClassName
{
background-color: #D6115E;
}
.BgClassName
{
background-color: #D6115E;
}
</style>
border-color css
<style>
span { border-color: #D6115E; }
span { border-color: rgb(214,17,94); }
td.TdClassName
{
border-color: #D6115E;
}
.TagClassName
{
border-color: #D6115E;
}
</style>