Shades of Ruby #D31570
Tints of Ruby #D31570
RGB
CMYK
RGB Variations
Color information
#D31570 (or 0xD31570) is known color: Ruby. HEX triplet: D3, 15 and 70. RGB value is (211,21,112). Sum of RGB (Red+Green+Blue) = 211+21+112=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D31570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31570 is #2CEA8F. Grayscale: #585858. Windows color (decimal): -2943632 or 7345619. OLE color: 7345619.
HSL color Cylindrical-coordinate representation of color #D31570: hue angle of 331.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31570 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.17 |
| HSL | 331.26º | 0.82% | 0.45% | - |
| HSV(B) | 331.26º | 0.9% | 0.83% | - |
| XYZ | 30.06 | 15.56 | 16.75 | - |
| YUV | 88.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 112 | 0 | 0.90 | 0.47 | 0.17 | 331.26 | 0.82 | 0.45 |
| Hex | D3 | 15 | 70 | 0 | 5A | 2F | 11 | 14B | 52 | 2D |
| Octal | 323 | 25 | 160 | 0 | 132 | 57 | 21 | 513 | 122 | 55 |
| Binary | 11010011 | 10101 | 1110000 | 0 | 1011010 | 101111 | 10001 | 101001011 | 1010010 | 101101 |
Color Harmonies of #D31570
Complementary color
Monochromatic Colors of #D31570
Black with #D31570
Text Example
Text Example
White with #D31570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31570; }
p { color: rgb(211,21,112); }
H1.HeaderClassName
{
color: #D31570;
}
.AnyTagClassName
{
color: #D31570;
}
</style>
background-color css
<style>
a { background-color: #D31570; }
a { background-color: rgb(211,21,112); }
div.DivClassName
{
background-color: #D31570;
}
.BgClassName
{
background-color: #D31570;
}
</style>
border-color css
<style>
span { border-color: #D31570; }
span { border-color: rgb(211,21,112); }
td.TdClassName
{
border-color: #D31570;
}
.TagClassName
{
border-color: #D31570;
}
</style>