Shades of Ruby #D10770
Tints of Ruby #D10770
RGB
CMYK
RGB Variations
Color information
#D10770 (or 0xD10770) is known color: Ruby. HEX triplet: D1, 07 and 70. RGB value is (209,7,112). Sum of RGB (Red+Green+Blue) = 209+7+112=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D10770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10770 is #2EF88F. Grayscale: #4F4F4F. Windows color (decimal): -3078288 or 7342033. OLE color: 7342033.
HSL color Cylindrical-coordinate representation of color #D10770: hue angle of 328.81º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10770 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.18 |
| HSL | 328.81º | 0.94% | 0.42% | - |
| HSV(B) | 328.81º | 0.97% | 0.82% | - |
| XYZ | 29.3 | 14.88 | 16.66 | - |
| YUV | 79.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 112 | 0 | 0.97 | 0.46 | 0.18 | 328.81 | 0.94 | 0.42 |
| Hex | D1 | 7 | 70 | 0 | 61 | 2E | 12 | 149 | 5E | 2A |
| Octal | 321 | 7 | 160 | 0 | 141 | 56 | 22 | 511 | 136 | 52 |
| Binary | 11010001 | 111 | 1110000 | 0 | 1100001 | 101110 | 10010 | 101001001 | 1011110 | 101010 |
Color Harmonies of #D10770
Complementary color
Monochromatic Colors of #D10770
Black with #D10770
Text Example
Text Example
White with #D10770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10770; }
p { color: rgb(209,7,112); }
H1.HeaderClassName
{
color: #D10770;
}
.AnyTagClassName
{
color: #D10770;
}
</style>
background-color css
<style>
a { background-color: #D10770; }
a { background-color: rgb(209,7,112); }
div.DivClassName
{
background-color: #D10770;
}
.BgClassName
{
background-color: #D10770;
}
</style>
border-color css
<style>
span { border-color: #D10770; }
span { border-color: rgb(209,7,112); }
td.TdClassName
{
border-color: #D10770;
}
.TagClassName
{
border-color: #D10770;
}
</style>