Shades of Ruby #D51169
Tints of Ruby #D51169
RGB
CMYK
RGB Variations
Color information
#D51169 (or 0xD51169) is known color: Ruby. HEX triplet: D5, 11 and 69. RGB value is (213,17,105). Sum of RGB (Red+Green+Blue) = 213+17+105=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51169 is #2AEE96. Grayscale: #555555. Windows color (decimal): -2813591 or 6885845. OLE color: 6885845.
HSL color Cylindrical-coordinate representation of color #D51169: hue angle of 333.06º 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 #D51169 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 105 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.16 |
| HSL | 333.06º | 0.85% | 0.45% | - |
| HSV(B) | 333.06º | 0.92% | 0.84% | - |
| XYZ | 30.19 | 15.57 | 14.78 | - |
| YUV | 85.64 | 138.93 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 105 | 0 | 0.92 | 0.51 | 0.16 | 333.06 | 0.85 | 0.45 |
| Hex | D5 | 11 | 69 | 0 | 5C | 33 | 10 | 14D | 55 | 2D |
| Octal | 325 | 21 | 151 | 0 | 134 | 63 | 20 | 515 | 125 | 55 |
| Binary | 11010101 | 10001 | 1101001 | 0 | 1011100 | 110011 | 10000 | 101001101 | 1010101 | 101101 |
Color Harmonies of #D51169
Complementary color
Monochromatic Colors of #D51169
Black with #D51169
Text Example
Text Example
White with #D51169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51169; }
p { color: rgb(213,17,105); }
H1.HeaderClassName
{
color: #D51169;
}
.AnyTagClassName
{
color: #D51169;
}
</style>
background-color css
<style>
a { background-color: #D51169; }
a { background-color: rgb(213,17,105); }
div.DivClassName
{
background-color: #D51169;
}
.BgClassName
{
background-color: #D51169;
}
</style>
border-color css
<style>
span { border-color: #D51169; }
span { border-color: rgb(213,17,105); }
td.TdClassName
{
border-color: #D51169;
}
.TagClassName
{
border-color: #D51169;
}
</style>