Shades of Ruby #D5114E
Tints of Ruby #D5114E
RGB
CMYK
RGB Variations
Color information
#D5114E (or 0xD5114E) is known color: Ruby. HEX triplet: D5, 11 and 4E. RGB value is (213,17,78). Sum of RGB (Red+Green+Blue) = 213+17+78=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5114E is #2AEEB1. Grayscale: #525252. Windows color (decimal): -2813618 or 5116373. OLE color: 5116373.
HSL color Cylindrical-coordinate representation of color #D5114E: hue angle of 341.33º 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 #D5114E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.16 |
| HSL | 341.33º | 0.85% | 0.45% | - |
| HSV(B) | 341.33º | 0.92% | 0.84% | - |
| XYZ | 29.02 | 15.1 | 8.59 | - |
| YUV | 82.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 78 | 0 | 0.92 | 0.63 | 0.16 | 341.33 | 0.85 | 0.45 |
| Hex | D5 | 11 | 4E | 0 | 5C | 3F | 10 | 155 | 55 | 2D |
| Octal | 325 | 21 | 116 | 0 | 134 | 77 | 20 | 525 | 125 | 55 |
| Binary | 11010101 | 10001 | 1001110 | 0 | 1011100 | 111111 | 10000 | 101010101 | 1010101 | 101101 |
Color Harmonies of #D5114E
Complementary color
Monochromatic Colors of #D5114E
Black with #D5114E
Text Example
Text Example
White with #D5114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5114E; }
p { color: rgb(213,17,78); }
H1.HeaderClassName
{
color: #D5114E;
}
.AnyTagClassName
{
color: #D5114E;
}
</style>
background-color css
<style>
a { background-color: #D5114E; }
a { background-color: rgb(213,17,78); }
div.DivClassName
{
background-color: #D5114E;
}
.BgClassName
{
background-color: #D5114E;
}
</style>
border-color css
<style>
span { border-color: #D5114E; }
span { border-color: rgb(213,17,78); }
td.TdClassName
{
border-color: #D5114E;
}
.TagClassName
{
border-color: #D5114E;
}
</style>