Shades of Ruby #D5106D
Tints of Ruby #D5106D
RGB
CMYK
RGB Variations
Color information
#D5106D (or 0xD5106D) is known color: Ruby. HEX triplet: D5, 10 and 6D. RGB value is (213,16,109). Sum of RGB (Red+Green+Blue) = 213+16+109=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5106D is #2AEF92. Grayscale: #555555. Windows color (decimal): -2813843 or 7147733. OLE color: 7147733.
HSL color Cylindrical-coordinate representation of color #D5106D: hue angle of 331.68º 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 #D5106D is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.16 |
| HSL | 331.68º | 0.86% | 0.45% | - |
| HSV(B) | 331.68º | 0.92% | 0.84% | - |
| XYZ | 30.39 | 15.62 | 15.88 | - |
| YUV | 85.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 109 | 0 | 0.92 | 0.49 | 0.16 | 331.68 | 0.86 | 0.45 |
| Hex | D5 | 10 | 6D | 0 | 5C | 31 | 10 | 14C | 56 | 2D |
| Octal | 325 | 20 | 155 | 0 | 134 | 61 | 20 | 514 | 126 | 55 |
| Binary | 11010101 | 10000 | 1101101 | 0 | 1011100 | 110001 | 10000 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D5106D
Complementary color
Monochromatic Colors of #D5106D
Black with #D5106D
Text Example
Text Example
White with #D5106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5106D; }
p { color: rgb(213,16,109); }
H1.HeaderClassName
{
color: #D5106D;
}
.AnyTagClassName
{
color: #D5106D;
}
</style>
background-color css
<style>
a { background-color: #D5106D; }
a { background-color: rgb(213,16,109); }
div.DivClassName
{
background-color: #D5106D;
}
.BgClassName
{
background-color: #D5106D;
}
</style>
border-color css
<style>
span { border-color: #D5106D; }
span { border-color: rgb(213,16,109); }
td.TdClassName
{
border-color: #D5106D;
}
.TagClassName
{
border-color: #D5106D;
}
</style>