Shades of Ruby #D50C70
Tints of Ruby #D50C70
RGB
CMYK
RGB Variations
Color information
#D50C70 (or 0xD50C70) is known color: Ruby. HEX triplet: D5, 0C and 70. RGB value is (213,12,112). Sum of RGB (Red+Green+Blue) = 213+12+112=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C70 is #2AF38F. Grayscale: #535353. Windows color (decimal): -2814864 or 7343317. OLE color: 7343317.
HSL color Cylindrical-coordinate representation of color #D50C70: hue angle of 330.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C70 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 112 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.16 |
| HSL | 330.15º | 0.89% | 0.44% | - |
| HSV(B) | 330.15º | 0.94% | 0.84% | - |
| XYZ | 30.5 | 15.58 | 16.73 | - |
| YUV | 83.5 | 144.09 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 112 | 0 | 0.94 | 0.47 | 0.16 | 330.15 | 0.89 | 0.44 |
| Hex | D5 | C | 70 | 0 | 5E | 2F | 10 | 14A | 59 | 2C |
| Octal | 325 | 14 | 160 | 0 | 136 | 57 | 20 | 512 | 131 | 54 |
| Binary | 11010101 | 1100 | 1110000 | 0 | 1011110 | 101111 | 10000 | 101001010 | 1011001 | 101100 |
Color Harmonies of #D50C70
Complementary color
Monochromatic Colors of #D50C70
Black with #D50C70
Text Example
Text Example
White with #D50C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C70; }
p { color: rgb(213,12,112); }
H1.HeaderClassName
{
color: #D50C70;
}
.AnyTagClassName
{
color: #D50C70;
}
</style>
background-color css
<style>
a { background-color: #D50C70; }
a { background-color: rgb(213,12,112); }
div.DivClassName
{
background-color: #D50C70;
}
.BgClassName
{
background-color: #D50C70;
}
</style>
border-color css
<style>
span { border-color: #D50C70; }
span { border-color: rgb(213,12,112); }
td.TdClassName
{
border-color: #D50C70;
}
.TagClassName
{
border-color: #D50C70;
}
</style>