Shades of Ruby #D91070
Tints of Ruby #D91070
RGB
CMYK
RGB Variations
Color information
#D91070 (or 0xD91070) is known color: Ruby. HEX triplet: D9, 10 and 70. RGB value is (217,16,112). Sum of RGB (Red+Green+Blue) = 217+16+112=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D91070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91070 is #26EF8F. Grayscale: #565656. Windows color (decimal): -2551696 or 7344345. OLE color: 7344345.
HSL color Cylindrical-coordinate representation of color #D91070: hue angle of 331.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91070 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 112 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 331.34º | 0.86% | 0.46% | - |
| HSV(B) | 331.34º | 0.93% | 0.85% | - |
| XYZ | 31.73 | 16.29 | 16.8 | - |
| YUV | 87.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 112 | 0 | 0.93 | 0.48 | 0.15 | 331.34 | 0.86 | 0.46 |
| Hex | D9 | 10 | 70 | 0 | 5D | 30 | F | 14B | 56 | 2E |
| Octal | 331 | 20 | 160 | 0 | 135 | 60 | 17 | 513 | 126 | 56 |
| Binary | 11011001 | 10000 | 1110000 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010110 | 101110 |
Color Harmonies of #D91070
Complementary color
Monochromatic Colors of #D91070
Black with #D91070
Text Example
Text Example
White with #D91070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91070; }
p { color: rgb(217,16,112); }
H1.HeaderClassName
{
color: #D91070;
}
.AnyTagClassName
{
color: #D91070;
}
</style>
background-color css
<style>
a { background-color: #D91070; }
a { background-color: rgb(217,16,112); }
div.DivClassName
{
background-color: #D91070;
}
.BgClassName
{
background-color: #D91070;
}
</style>
border-color css
<style>
span { border-color: #D91070; }
span { border-color: rgb(217,16,112); }
td.TdClassName
{
border-color: #D91070;
}
.TagClassName
{
border-color: #D91070;
}
</style>