Shades of Ruby #D5134E
Tints of Ruby #D5134E
RGB
CMYK
RGB Variations
Color information
#D5134E (or 0xD5134E) is known color: Ruby. HEX triplet: D5, 13 and 4E. RGB value is (213,19,78). Sum of RGB (Red+Green+Blue) = 213+19+78=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5134E is #2AECB1. Grayscale: #535353. Windows color (decimal): -2813106 or 5116885. OLE color: 5116885.
HSL color Cylindrical-coordinate representation of color #D5134E: hue angle of 341.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5134E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 78 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.16 |
| HSL | 341.75º | 0.84% | 0.45% | - |
| HSV(B) | 341.75º | 0.91% | 0.84% | - |
| XYZ | 29.05 | 15.16 | 8.6 | - |
| YUV | 83.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 78 | 0 | 0.91 | 0.63 | 0.16 | 341.75 | 0.84 | 0.45 |
| Hex | D5 | 13 | 4E | 0 | 5B | 3F | 10 | 156 | 54 | 2D |
| Octal | 325 | 23 | 116 | 0 | 133 | 77 | 20 | 526 | 124 | 55 |
| Binary | 11010101 | 10011 | 1001110 | 0 | 1011011 | 111111 | 10000 | 101010110 | 1010100 | 101101 |
Color Harmonies of #D5134E
Complementary color
Monochromatic Colors of #D5134E
Black with #D5134E
Text Example
Text Example
White with #D5134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5134E; }
p { color: rgb(213,19,78); }
H1.HeaderClassName
{
color: #D5134E;
}
.AnyTagClassName
{
color: #D5134E;
}
</style>
background-color css
<style>
a { background-color: #D5134E; }
a { background-color: rgb(213,19,78); }
div.DivClassName
{
background-color: #D5134E;
}
.BgClassName
{
background-color: #D5134E;
}
</style>
border-color css
<style>
span { border-color: #D5134E; }
span { border-color: rgb(213,19,78); }
td.TdClassName
{
border-color: #D5134E;
}
.TagClassName
{
border-color: #D5134E;
}
</style>