Shades of Ruby #D50970
Tints of Ruby #D50970
RGB
CMYK
RGB Variations
Color information
#D50970 (or 0xD50970) is known color: Ruby. HEX triplet: D5, 09 and 70. RGB value is (213,9,112). Sum of RGB (Red+Green+Blue) = 213+9+112=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D50970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50970 is #2AF68F. Grayscale: #515151. Windows color (decimal): -2815632 or 7342549. OLE color: 7342549.
HSL color Cylindrical-coordinate representation of color #D50970: hue angle of 329.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50970 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.16 |
| HSL | 329.71º | 0.92% | 0.44% | - |
| HSV(B) | 329.71º | 0.96% | 0.84% | - |
| XYZ | 30.46 | 15.51 | 16.72 | - |
| YUV | 81.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 112 | 0 | 0.96 | 0.47 | 0.16 | 329.71 | 0.92 | 0.44 |
| Hex | D5 | 9 | 70 | 0 | 60 | 2F | 10 | 14A | 5C | 2C |
| Octal | 325 | 11 | 160 | 0 | 140 | 57 | 20 | 512 | 134 | 54 |
| Binary | 11010101 | 1001 | 1110000 | 0 | 1100000 | 101111 | 10000 | 101001010 | 1011100 | 101100 |
Color Harmonies of #D50970
Complementary color
Monochromatic Colors of #D50970
Black with #D50970
Text Example
Text Example
White with #D50970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50970; }
p { color: rgb(213,9,112); }
H1.HeaderClassName
{
color: #D50970;
}
.AnyTagClassName
{
color: #D50970;
}
</style>
background-color css
<style>
a { background-color: #D50970; }
a { background-color: rgb(213,9,112); }
div.DivClassName
{
background-color: #D50970;
}
.BgClassName
{
background-color: #D50970;
}
</style>
border-color css
<style>
span { border-color: #D50970; }
span { border-color: rgb(213,9,112); }
td.TdClassName
{
border-color: #D50970;
}
.TagClassName
{
border-color: #D50970;
}
</style>