Shades of Ruby #D10170
Tints of Ruby #D10170
RGB
CMYK
RGB Variations
Color information
#D10170 (or 0xD10170) is known color: Ruby. HEX triplet: D1, 01 and 70. RGB value is (209,1,112). Sum of RGB (Red+Green+Blue) = 209+1+112=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D10170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10170 is #2EFE8F. Grayscale: #4B4B4B. Windows color (decimal): -3079824 or 7340497. OLE color: 7340497.
HSL color Cylindrical-coordinate representation of color #D10170: hue angle of 327.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10170 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.18 |
| HSL | 327.98º | 0.99% | 0.41% | - |
| HSV(B) | 327.98º | 1% | 0.82% | - |
| XYZ | 29.23 | 14.75 | 16.64 | - |
| YUV | 75.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 112 | 0 | 1.00 | 0.46 | 0.18 | 327.98 | 0.99 | 0.41 |
| Hex | D1 | 1 | 70 | 0 | 64 | 2E | 12 | 148 | 63 | 29 |
| Octal | 321 | 1 | 160 | 0 | 144 | 56 | 22 | 510 | 143 | 51 |
| Binary | 11010001 | 1 | 1110000 | 0 | 1100100 | 101110 | 10010 | 101001000 | 1100011 | 101001 |
Color Harmonies of #D10170
Complementary color
Monochromatic Colors of #D10170
Black with #D10170
Text Example
Text Example
White with #D10170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10170; }
p { color: rgb(209,1,112); }
H1.HeaderClassName
{
color: #D10170;
}
.AnyTagClassName
{
color: #D10170;
}
</style>
background-color css
<style>
a { background-color: #D10170; }
a { background-color: rgb(209,1,112); }
div.DivClassName
{
background-color: #D10170;
}
.BgClassName
{
background-color: #D10170;
}
</style>
border-color css
<style>
span { border-color: #D10170; }
span { border-color: rgb(209,1,112); }
td.TdClassName
{
border-color: #D10170;
}
.TagClassName
{
border-color: #D10170;
}
</style>