Shades of Ruby #D5164F
Tints of Ruby #D5164F
RGB
CMYK
RGB Variations
Color information
#D5164F (or 0xD5164F) is known color: Ruby. HEX triplet: D5, 16 and 4F. RGB value is (213,22,79). Sum of RGB (Red+Green+Blue) = 213+22+79=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5164F is #2AE9B0. Grayscale: #555555. Windows color (decimal): -2812337 or 5183189. OLE color: 5183189.
HSL color Cylindrical-coordinate representation of color #D5164F: hue angle of 342.09º 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 #D5164F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 79 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.16 |
| HSL | 342.09º | 0.81% | 0.46% | - |
| HSV(B) | 342.09º | 0.9% | 0.84% | - |
| XYZ | 29.14 | 15.28 | 8.81 | - |
| YUV | 85.61 | 124.28 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 79 | 0 | 0.90 | 0.63 | 0.16 | 342.09 | 0.81 | 0.46 |
| Hex | D5 | 16 | 4F | 0 | 5A | 3F | 10 | 156 | 51 | 2E |
| Octal | 325 | 26 | 117 | 0 | 132 | 77 | 20 | 526 | 121 | 56 |
| Binary | 11010101 | 10110 | 1001111 | 0 | 1011010 | 111111 | 10000 | 101010110 | 1010001 | 101110 |
Color Harmonies of #D5164F
Complementary color
Monochromatic Colors of #D5164F
Black with #D5164F
Text Example
Text Example
White with #D5164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5164F; }
p { color: rgb(213,22,79); }
H1.HeaderClassName
{
color: #D5164F;
}
.AnyTagClassName
{
color: #D5164F;
}
</style>
background-color css
<style>
a { background-color: #D5164F; }
a { background-color: rgb(213,22,79); }
div.DivClassName
{
background-color: #D5164F;
}
.BgClassName
{
background-color: #D5164F;
}
</style>
border-color css
<style>
span { border-color: #D5164F; }
span { border-color: rgb(213,22,79); }
td.TdClassName
{
border-color: #D5164F;
}
.TagClassName
{
border-color: #D5164F;
}
</style>