Shades of Ruby #D51570
Tints of Ruby #D51570
RGB
CMYK
RGB Variations
Color information
#D51570 (or 0xD51570) is known color: Ruby. HEX triplet: D5, 15 and 70. RGB value is (213,21,112). Sum of RGB (Red+Green+Blue) = 213+21+112=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D51570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51570 is #2AEA8F. Grayscale: #585858. Windows color (decimal): -2812560 or 7345621. OLE color: 7345621.
HSL color Cylindrical-coordinate representation of color #D51570: hue angle of 331.56º 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 #D51570 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.16 |
| HSL | 331.56º | 0.82% | 0.46% | - |
| HSV(B) | 331.56º | 0.9% | 0.84% | - |
| XYZ | 30.63 | 15.85 | 16.77 | - |
| YUV | 88.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 112 | 0 | 0.90 | 0.47 | 0.16 | 331.56 | 0.82 | 0.46 |
| Hex | D5 | 15 | 70 | 0 | 5A | 2F | 10 | 14C | 52 | 2E |
| Octal | 325 | 25 | 160 | 0 | 132 | 57 | 20 | 514 | 122 | 56 |
| Binary | 11010101 | 10101 | 1110000 | 0 | 1011010 | 101111 | 10000 | 101001100 | 1010010 | 101110 |
Color Harmonies of #D51570
Complementary color
Monochromatic Colors of #D51570
Black with #D51570
Text Example
Text Example
White with #D51570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51570; }
p { color: rgb(213,21,112); }
H1.HeaderClassName
{
color: #D51570;
}
.AnyTagClassName
{
color: #D51570;
}
</style>
background-color css
<style>
a { background-color: #D51570; }
a { background-color: rgb(213,21,112); }
div.DivClassName
{
background-color: #D51570;
}
.BgClassName
{
background-color: #D51570;
}
</style>
border-color css
<style>
span { border-color: #D51570; }
span { border-color: rgb(213,21,112); }
td.TdClassName
{
border-color: #D51570;
}
.TagClassName
{
border-color: #D51570;
}
</style>