Shades of Ruby #D50070
Tints of Ruby #D50070
RGB
CMYK
RGB Variations
Color information
#D50070 (or 0xD50070) is known color: Ruby. HEX triplet: D5, 00 and 70. RGB value is (213,0,112). Sum of RGB (Red+Green+Blue) = 213+0+112=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D50070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50070 is #2AFF8F. Grayscale: #4C4C4C. Windows color (decimal): -2817936 or 7340245. OLE color: 7340245.
HSL color Cylindrical-coordinate representation of color #D50070: hue angle of 328.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50070 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.47 | 0.16 |
| HSL | 328.45º | 1% | 0.42% | - |
| HSV(B) | 328.45º | 1% | 0.84% | - |
| XYZ | 30.37 | 15.32 | 16.69 | - |
| YUV | 76.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 112 | 0 | 1 | 0.47 | 0.16 | 328.45 | 1 | 0.42 |
| Hex | D5 | 0 | 70 | 0 | 64 | 2F | 10 | 148 | 64 | 2A |
| Octal | 325 | 0 | 160 | 0 | 144 | 57 | 20 | 510 | 144 | 52 |
| Binary | 11010101 | 0 | 1110000 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D50070
Complementary color
Monochromatic Colors of #D50070
Black with #D50070
Text Example
Text Example
White with #D50070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50070; }
p { color: rgb(213,0,112); }
H1.HeaderClassName
{
color: #D50070;
}
.AnyTagClassName
{
color: #D50070;
}
</style>
background-color css
<style>
a { background-color: #D50070; }
a { background-color: rgb(213,0,112); }
div.DivClassName
{
background-color: #D50070;
}
.BgClassName
{
background-color: #D50070;
}
</style>
border-color css
<style>
span { border-color: #D50070; }
span { border-color: rgb(213,0,112); }
td.TdClassName
{
border-color: #D50070;
}
.TagClassName
{
border-color: #D50070;
}
</style>