Shades of Ruby #D51673
Tints of Ruby #D51673
RGB
CMYK
RGB Variations
Color information
#D51673 (or 0xD51673) is known color: Ruby. HEX triplet: D5, 16 and 73. RGB value is (213,22,115). Sum of RGB (Red+Green+Blue) = 213+22+115=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51673 is #2AE98C. Grayscale: #595959. Windows color (decimal): -2812301 or 7542485. OLE color: 7542485.
HSL color Cylindrical-coordinate representation of color #D51673: hue angle of 330.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51673 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 115 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.16 |
| HSL | 330.79º | 0.81% | 0.46% | - |
| HSV(B) | 330.79º | 0.9% | 0.84% | - |
| XYZ | 30.82 | 15.96 | 17.68 | - |
| YUV | 89.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 115 | 0 | 0.90 | 0.46 | 0.16 | 330.79 | 0.81 | 0.46 |
| Hex | D5 | 16 | 73 | 0 | 5A | 2E | 10 | 14B | 51 | 2E |
| Octal | 325 | 26 | 163 | 0 | 132 | 56 | 20 | 513 | 121 | 56 |
| Binary | 11010101 | 10110 | 1110011 | 0 | 1011010 | 101110 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D51673
Complementary color
Monochromatic Colors of #D51673
Black with #D51673
Text Example
Text Example
White with #D51673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51673; }
p { color: rgb(213,22,115); }
H1.HeaderClassName
{
color: #D51673;
}
.AnyTagClassName
{
color: #D51673;
}
</style>
background-color css
<style>
a { background-color: #D51673; }
a { background-color: rgb(213,22,115); }
div.DivClassName
{
background-color: #D51673;
}
.BgClassName
{
background-color: #D51673;
}
</style>
border-color css
<style>
span { border-color: #D51673; }
span { border-color: rgb(213,22,115); }
td.TdClassName
{
border-color: #D51673;
}
.TagClassName
{
border-color: #D51673;
}
</style>