Shades of Ruby #D51571
Tints of Ruby #D51571
RGB
CMYK
RGB Variations
Color information
#D51571 (or 0xD51571) is known color: Ruby. HEX triplet: D5, 15 and 71. RGB value is (213,21,113). Sum of RGB (Red+Green+Blue) = 213+21+113=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D51571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51571 is #2AEA8E. Grayscale: #585858. Windows color (decimal): -2812559 or 7411157. OLE color: 7411157.
HSL color Cylindrical-coordinate representation of color #D51571: hue angle of 331.25º degrees, saturation: 0.82, 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 #D51571 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 113 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.16 |
| HSL | 331.25º | 0.82% | 0.46% | - |
| HSV(B) | 331.25º | 0.9% | 0.84% | - |
| XYZ | 30.69 | 15.87 | 17.07 | - |
| YUV | 88.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 113 | 0 | 0.90 | 0.47 | 0.16 | 331.25 | 0.82 | 0.46 |
| Hex | D5 | 15 | 71 | 0 | 5A | 2F | 10 | 14B | 52 | 2E |
| Octal | 325 | 25 | 161 | 0 | 132 | 57 | 20 | 513 | 122 | 56 |
| Binary | 11010101 | 10101 | 1110001 | 0 | 1011010 | 101111 | 10000 | 101001011 | 1010010 | 101110 |
Color Harmonies of #D51571
Complementary color
Monochromatic Colors of #D51571
Black with #D51571
Text Example
Text Example
White with #D51571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51571; }
p { color: rgb(213,21,113); }
H1.HeaderClassName
{
color: #D51571;
}
.AnyTagClassName
{
color: #D51571;
}
</style>
background-color css
<style>
a { background-color: #D51571; }
a { background-color: rgb(213,21,113); }
div.DivClassName
{
background-color: #D51571;
}
.BgClassName
{
background-color: #D51571;
}
</style>
border-color css
<style>
span { border-color: #D51571; }
span { border-color: rgb(213,21,113); }
td.TdClassName
{
border-color: #D51571;
}
.TagClassName
{
border-color: #D51571;
}
</style>