Shades of Ruby #D10970
Tints of Ruby #D10970
RGB
CMYK
RGB Variations
Color information
#D10970 (or 0xD10970) is known color: Ruby. HEX triplet: D1, 09 and 70. RGB value is (209,9,112). Sum of RGB (Red+Green+Blue) = 209+9+112=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D10970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10970 is #2EF68F. Grayscale: #505050. Windows color (decimal): -3077776 or 7342545. OLE color: 7342545.
HSL color Cylindrical-coordinate representation of color #D10970: hue angle of 329.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10970 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 329.1º | 0.92% | 0.43% | - |
| HSV(B) | 329.1º | 0.96% | 0.82% | - |
| XYZ | 29.32 | 14.92 | 16.66 | - |
| YUV | 80.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 112 | 0 | 0.96 | 0.46 | 0.18 | 329.1 | 0.92 | 0.43 |
| Hex | D1 | 9 | 70 | 0 | 60 | 2E | 12 | 149 | 5C | 2B |
| Octal | 321 | 11 | 160 | 0 | 140 | 56 | 22 | 511 | 134 | 53 |
| Binary | 11010001 | 1001 | 1110000 | 0 | 1100000 | 101110 | 10010 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D10970
Complementary color
Monochromatic Colors of #D10970
Black with #D10970
Text Example
Text Example
White with #D10970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10970; }
p { color: rgb(209,9,112); }
H1.HeaderClassName
{
color: #D10970;
}
.AnyTagClassName
{
color: #D10970;
}
</style>
background-color css
<style>
a { background-color: #D10970; }
a { background-color: rgb(209,9,112); }
div.DivClassName
{
background-color: #D10970;
}
.BgClassName
{
background-color: #D10970;
}
</style>
border-color css
<style>
span { border-color: #D10970; }
span { border-color: rgb(209,9,112); }
td.TdClassName
{
border-color: #D10970;
}
.TagClassName
{
border-color: #D10970;
}
</style>