Shades of Ruby #D50170
Tints of Ruby #D50170
RGB
CMYK
RGB Variations
Color information
#D50170 (or 0xD50170) is known color: Ruby. HEX triplet: D5, 01 and 70. RGB value is (213,1,112). Sum of RGB (Red+Green+Blue) = 213+1+112=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D50170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50170 is #2AFE8F. Grayscale: #4C4C4C. Windows color (decimal): -2817680 or 7340501. OLE color: 7340501.
HSL color Cylindrical-coordinate representation of color #D50170: hue angle of 328.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50170 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.16 |
| HSL | 328.58º | 0.99% | 0.42% | - |
| HSV(B) | 328.58º | 1% | 0.84% | - |
| XYZ | 30.38 | 15.34 | 16.69 | - |
| YUV | 77.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 112 | 0 | 1.00 | 0.47 | 0.16 | 328.58 | 0.99 | 0.42 |
| Hex | D5 | 1 | 70 | 0 | 64 | 2F | 10 | 149 | 63 | 2A |
| Octal | 325 | 1 | 160 | 0 | 144 | 57 | 20 | 511 | 143 | 52 |
| Binary | 11010101 | 1 | 1110000 | 0 | 1100100 | 101111 | 10000 | 101001001 | 1100011 | 101010 |
Color Harmonies of #D50170
Complementary color
Monochromatic Colors of #D50170
Black with #D50170
Text Example
Text Example
White with #D50170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50170; }
p { color: rgb(213,1,112); }
H1.HeaderClassName
{
color: #D50170;
}
.AnyTagClassName
{
color: #D50170;
}
</style>
background-color css
<style>
a { background-color: #D50170; }
a { background-color: rgb(213,1,112); }
div.DivClassName
{
background-color: #D50170;
}
.BgClassName
{
background-color: #D50170;
}
</style>
border-color css
<style>
span { border-color: #D50170; }
span { border-color: rgb(213,1,112); }
td.TdClassName
{
border-color: #D50170;
}
.TagClassName
{
border-color: #D50170;
}
</style>