Shades of Ruby #D51A70
Tints of Ruby #D51A70
RGB
CMYK
RGB Variations
Color information
#D51A70 (or 0xD51A70) is known color: Ruby. HEX triplet: D5, 1A and 70. RGB value is (213,26,112). Sum of RGB (Red+Green+Blue) = 213+26+112=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A70 is #2AE58F. Grayscale: #5B5B5B. Windows color (decimal): -2811280 or 7346901. OLE color: 7346901.
HSL color Cylindrical-coordinate representation of color #D51A70: hue angle of 332.41º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A70 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 112 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.16 |
| HSL | 332.41º | 0.78% | 0.47% | - |
| HSV(B) | 332.41º | 0.88% | 0.84% | - |
| XYZ | 30.73 | 16.05 | 16.81 | - |
| YUV | 91.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 112 | 0 | 0.88 | 0.47 | 0.16 | 332.41 | 0.78 | 0.47 |
| Hex | D5 | 1A | 70 | 0 | 58 | 2F | 10 | 14C | 4E | 2F |
| Octal | 325 | 32 | 160 | 0 | 130 | 57 | 20 | 514 | 116 | 57 |
| Binary | 11010101 | 11010 | 1110000 | 0 | 1011000 | 101111 | 10000 | 101001100 | 1001110 | 101111 |
Color Harmonies of #D51A70
Complementary color
Monochromatic Colors of #D51A70
Black with #D51A70
Text Example
Text Example
White with #D51A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A70; }
p { color: rgb(213,26,112); }
H1.HeaderClassName
{
color: #D51A70;
}
.AnyTagClassName
{
color: #D51A70;
}
</style>
background-color css
<style>
a { background-color: #D51A70; }
a { background-color: rgb(213,26,112); }
div.DivClassName
{
background-color: #D51A70;
}
.BgClassName
{
background-color: #D51A70;
}
</style>
border-color css
<style>
span { border-color: #D51A70; }
span { border-color: rgb(213,26,112); }
td.TdClassName
{
border-color: #D51A70;
}
.TagClassName
{
border-color: #D51A70;
}
</style>