Shades of Ruby #D6115C
Tints of Ruby #D6115C
RGB
CMYK
RGB Variations
Color information
#D6115C (or 0xD6115C) is known color: Ruby. HEX triplet: D6, 11 and 5C. RGB value is (214,17,92). Sum of RGB (Red+Green+Blue) = 214+17+92=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6115C is #29EEA3. Grayscale: #545454. Windows color (decimal): -2748068 or 6033878. OLE color: 6033878.
HSL color Cylindrical-coordinate representation of color #D6115C: hue angle of 337.16º 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 #D6115C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 92 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.16 |
| HSL | 337.16º | 0.85% | 0.45% | - |
| HSV(B) | 337.16º | 0.92% | 0.84% | - |
| XYZ | 29.86 | 15.47 | 11.54 | - |
| YUV | 84.45 | 132.27 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 92 | 0 | 0.92 | 0.57 | 0.16 | 337.16 | 0.85 | 0.45 |
| Hex | D6 | 11 | 5C | 0 | 5C | 39 | 10 | 151 | 55 | 2D |
| Octal | 326 | 21 | 134 | 0 | 134 | 71 | 20 | 521 | 125 | 55 |
| Binary | 11010110 | 10001 | 1011100 | 0 | 1011100 | 111001 | 10000 | 101010001 | 1010101 | 101101 |
Color Harmonies of #D6115C
Complementary color
Monochromatic Colors of #D6115C
Black with #D6115C
Text Example
Text Example
White with #D6115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6115C; }
p { color: rgb(214,17,92); }
H1.HeaderClassName
{
color: #D6115C;
}
.AnyTagClassName
{
color: #D6115C;
}
</style>
background-color css
<style>
a { background-color: #D6115C; }
a { background-color: rgb(214,17,92); }
div.DivClassName
{
background-color: #D6115C;
}
.BgClassName
{
background-color: #D6115C;
}
</style>
border-color css
<style>
span { border-color: #D6115C; }
span { border-color: rgb(214,17,92); }
td.TdClassName
{
border-color: #D6115C;
}
.TagClassName
{
border-color: #D6115C;
}
</style>