Shades of Ruby #D5106A
Tints of Ruby #D5106A
RGB
CMYK
RGB Variations
Color information
#D5106A (or 0xD5106A) is known color: Ruby. HEX triplet: D5, 10 and 6A. RGB value is (213,16,106). Sum of RGB (Red+Green+Blue) = 213+16+106=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D5106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5106A is #2AEF95. Grayscale: #555555. Windows color (decimal): -2813846 or 6951125. OLE color: 6951125.
HSL color Cylindrical-coordinate representation of color #D5106A: hue angle of 332.59º degrees, saturation: 0.86, 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 #D5106A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 106 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.16 |
| HSL | 332.59º | 0.86% | 0.45% | - |
| HSV(B) | 332.59º | 0.92% | 0.84% | - |
| XYZ | 30.23 | 15.56 | 15.05 | - |
| YUV | 85.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 106 | 0 | 0.92 | 0.50 | 0.16 | 332.59 | 0.86 | 0.45 |
| Hex | D5 | 10 | 6A | 0 | 5C | 32 | 10 | 14D | 56 | 2D |
| Octal | 325 | 20 | 152 | 0 | 134 | 62 | 20 | 515 | 126 | 55 |
| Binary | 11010101 | 10000 | 1101010 | 0 | 1011100 | 110010 | 10000 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D5106A
Complementary color
Monochromatic Colors of #D5106A
Black with #D5106A
Text Example
Text Example
White with #D5106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5106A; }
p { color: rgb(213,16,106); }
H1.HeaderClassName
{
color: #D5106A;
}
.AnyTagClassName
{
color: #D5106A;
}
</style>
background-color css
<style>
a { background-color: #D5106A; }
a { background-color: rgb(213,16,106); }
div.DivClassName
{
background-color: #D5106A;
}
.BgClassName
{
background-color: #D5106A;
}
</style>
border-color css
<style>
span { border-color: #D5106A; }
span { border-color: rgb(213,16,106); }
td.TdClassName
{
border-color: #D5106A;
}
.TagClassName
{
border-color: #D5106A;
}
</style>