Shades of Ruby #D5116A
Tints of Ruby #D5116A
RGB
CMYK
RGB Variations
Color information
#D5116A (or 0xD5116A) is known color: Ruby. HEX triplet: D5, 11 and 6A. RGB value is (213,17,106). Sum of RGB (Red+Green+Blue) = 213+17+106=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5116A is #2AEE95. Grayscale: #555555. Windows color (decimal): -2813590 or 6951381. OLE color: 6951381.
HSL color Cylindrical-coordinate representation of color #D5116A: hue angle of 332.76º 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 #D5116A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 106 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.16 |
| HSL | 332.76º | 0.85% | 0.45% | - |
| HSV(B) | 332.76º | 0.92% | 0.84% | - |
| XYZ | 30.24 | 15.59 | 15.05 | - |
| YUV | 85.75 | 139.43 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 106 | 0 | 0.92 | 0.50 | 0.16 | 332.76 | 0.85 | 0.45 |
| Hex | D5 | 11 | 6A | 0 | 5C | 32 | 10 | 14D | 55 | 2D |
| Octal | 325 | 21 | 152 | 0 | 134 | 62 | 20 | 515 | 125 | 55 |
| Binary | 11010101 | 10001 | 1101010 | 0 | 1011100 | 110010 | 10000 | 101001101 | 1010101 | 101101 |
Color Harmonies of #D5116A
Complementary color
Monochromatic Colors of #D5116A
Black with #D5116A
Text Example
Text Example
White with #D5116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5116A; }
p { color: rgb(213,17,106); }
H1.HeaderClassName
{
color: #D5116A;
}
.AnyTagClassName
{
color: #D5116A;
}
</style>
background-color css
<style>
a { background-color: #D5116A; }
a { background-color: rgb(213,17,106); }
div.DivClassName
{
background-color: #D5116A;
}
.BgClassName
{
background-color: #D5116A;
}
</style>
border-color css
<style>
span { border-color: #D5116A; }
span { border-color: rgb(213,17,106); }
td.TdClassName
{
border-color: #D5116A;
}
.TagClassName
{
border-color: #D5116A;
}
</style>