Shades of Ruby #D51271
Tints of Ruby #D51271
RGB
CMYK
RGB Variations
Color information
#D51271 (or 0xD51271) is known color: Ruby. HEX triplet: D5, 12 and 71. RGB value is (213,18,113). Sum of RGB (Red+Green+Blue) = 213+18+113=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D51271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51271 is #2AED8E. Grayscale: #565656. Windows color (decimal): -2813327 or 7410389. OLE color: 7410389.
HSL color Cylindrical-coordinate representation of color #D51271: hue angle of 330.77º degrees, saturation: 0.84, 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 #D51271 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 113 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.16 |
| HSL | 330.77º | 0.84% | 0.45% | - |
| HSV(B) | 330.77º | 0.92% | 0.84% | - |
| XYZ | 30.64 | 15.77 | 17.05 | - |
| YUV | 87.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 113 | 0 | 0.92 | 0.47 | 0.16 | 330.77 | 0.84 | 0.45 |
| Hex | D5 | 12 | 71 | 0 | 5C | 2F | 10 | 14B | 54 | 2D |
| Octal | 325 | 22 | 161 | 0 | 134 | 57 | 20 | 513 | 124 | 55 |
| Binary | 11010101 | 10010 | 1110001 | 0 | 1011100 | 101111 | 10000 | 101001011 | 1010100 | 101101 |
Color Harmonies of #D51271
Complementary color
Monochromatic Colors of #D51271
Black with #D51271
Text Example
Text Example
White with #D51271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51271; }
p { color: rgb(213,18,113); }
H1.HeaderClassName
{
color: #D51271;
}
.AnyTagClassName
{
color: #D51271;
}
</style>
background-color css
<style>
a { background-color: #D51271; }
a { background-color: rgb(213,18,113); }
div.DivClassName
{
background-color: #D51271;
}
.BgClassName
{
background-color: #D51271;
}
</style>
border-color css
<style>
span { border-color: #D51271; }
span { border-color: rgb(213,18,113); }
td.TdClassName
{
border-color: #D51271;
}
.TagClassName
{
border-color: #D51271;
}
</style>