Shades of Ruby #D5106B
Tints of Ruby #D5106B
RGB
CMYK
RGB Variations
Color information
#D5106B (or 0xD5106B) is known color: Ruby. HEX triplet: D5, 10 and 6B. RGB value is (213,16,107). Sum of RGB (Red+Green+Blue) = 213+16+107=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5106B is #2AEF94. Grayscale: #555555. Windows color (decimal): -2813845 or 7016661. OLE color: 7016661.
HSL color Cylindrical-coordinate representation of color #D5106B: hue angle of 332.28º 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 #D5106B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.16 |
| HSL | 332.28º | 0.86% | 0.45% | - |
| HSV(B) | 332.28º | 0.92% | 0.84% | - |
| XYZ | 30.28 | 15.58 | 15.32 | - |
| YUV | 85.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 107 | 0 | 0.92 | 0.50 | 0.16 | 332.28 | 0.86 | 0.45 |
| Hex | D5 | 10 | 6B | 0 | 5C | 32 | 10 | 14C | 56 | 2D |
| Octal | 325 | 20 | 153 | 0 | 134 | 62 | 20 | 514 | 126 | 55 |
| Binary | 11010101 | 10000 | 1101011 | 0 | 1011100 | 110010 | 10000 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D5106B
Complementary color
Monochromatic Colors of #D5106B
Black with #D5106B
Text Example
Text Example
White with #D5106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5106B; }
p { color: rgb(213,16,107); }
H1.HeaderClassName
{
color: #D5106B;
}
.AnyTagClassName
{
color: #D5106B;
}
</style>
background-color css
<style>
a { background-color: #D5106B; }
a { background-color: rgb(213,16,107); }
div.DivClassName
{
background-color: #D5106B;
}
.BgClassName
{
background-color: #D5106B;
}
</style>
border-color css
<style>
span { border-color: #D5106B; }
span { border-color: rgb(213,16,107); }
td.TdClassName
{
border-color: #D5106B;
}
.TagClassName
{
border-color: #D5106B;
}
</style>