Shades of Ruby #D91071
Tints of Ruby #D91071
RGB
CMYK
RGB Variations
Color information
#D91071 (or 0xD91071) is known color: Ruby. HEX triplet: D9, 10 and 71. RGB value is (217,16,113). Sum of RGB (Red+Green+Blue) = 217+16+113=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D91071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91071 is #26EF8E. Grayscale: #565656. Windows color (decimal): -2551695 or 7409881. OLE color: 7409881.
HSL color Cylindrical-coordinate representation of color #D91071: hue angle of 331.04º 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 #D91071 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 331.04º | 0.86% | 0.46% | - |
| HSV(B) | 331.04º | 0.93% | 0.85% | - |
| XYZ | 31.78 | 16.31 | 17.1 | - |
| YUV | 87.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 113 | 0 | 0.93 | 0.48 | 0.15 | 331.04 | 0.86 | 0.46 |
| Hex | D9 | 10 | 71 | 0 | 5D | 30 | F | 14B | 56 | 2E |
| Octal | 331 | 20 | 161 | 0 | 135 | 60 | 17 | 513 | 126 | 56 |
| Binary | 11011001 | 10000 | 1110001 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010110 | 101110 |
Color Harmonies of #D91071
Complementary color
Monochromatic Colors of #D91071
Black with #D91071
Text Example
Text Example
White with #D91071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91071; }
p { color: rgb(217,16,113); }
H1.HeaderClassName
{
color: #D91071;
}
.AnyTagClassName
{
color: #D91071;
}
</style>
background-color css
<style>
a { background-color: #D91071; }
a { background-color: rgb(217,16,113); }
div.DivClassName
{
background-color: #D91071;
}
.BgClassName
{
background-color: #D91071;
}
</style>
border-color css
<style>
span { border-color: #D91071; }
span { border-color: rgb(217,16,113); }
td.TdClassName
{
border-color: #D91071;
}
.TagClassName
{
border-color: #D91071;
}
</style>