Shades of Ruby #D50870
Tints of Ruby #D50870
RGB
CMYK
RGB Variations
Color information
#D50870 (or 0xD50870) is known color: Ruby. HEX triplet: D5, 08 and 70. RGB value is (213,8,112). Sum of RGB (Red+Green+Blue) = 213+8+112=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50870 is #2AF78F. Grayscale: #505050. Windows color (decimal): -2815888 or 7342293. OLE color: 7342293.
HSL color Cylindrical-coordinate representation of color #D50870: hue angle of 329.56º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50870 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.16 |
| HSL | 329.56º | 0.93% | 0.43% | - |
| HSV(B) | 329.56º | 0.96% | 0.84% | - |
| XYZ | 30.45 | 15.49 | 16.71 | - |
| YUV | 81.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 112 | 0 | 0.96 | 0.47 | 0.16 | 329.56 | 0.93 | 0.43 |
| Hex | D5 | 8 | 70 | 0 | 60 | 2F | 10 | 14A | 5D | 2B |
| Octal | 325 | 10 | 160 | 0 | 140 | 57 | 20 | 512 | 135 | 53 |
| Binary | 11010101 | 1000 | 1110000 | 0 | 1100000 | 101111 | 10000 | 101001010 | 1011101 | 101011 |
Color Harmonies of #D50870
Complementary color
Monochromatic Colors of #D50870
Black with #D50870
Text Example
Text Example
White with #D50870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50870; }
p { color: rgb(213,8,112); }
H1.HeaderClassName
{
color: #D50870;
}
.AnyTagClassName
{
color: #D50870;
}
</style>
background-color css
<style>
a { background-color: #D50870; }
a { background-color: rgb(213,8,112); }
div.DivClassName
{
background-color: #D50870;
}
.BgClassName
{
background-color: #D50870;
}
</style>
border-color css
<style>
span { border-color: #D50870; }
span { border-color: rgb(213,8,112); }
td.TdClassName
{
border-color: #D50870;
}
.TagClassName
{
border-color: #D50870;
}
</style>