Shades of Ruby #D71168
Tints of Ruby #D71168
RGB
CMYK
RGB Variations
Color information
#D71168 (or 0xD71168) is known color: Ruby. HEX triplet: D7, 11 and 68. RGB value is (215,17,104). Sum of RGB (Red+Green+Blue) = 215+17+104=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71168 is #28EE97. Grayscale: #555555. Windows color (decimal): -2682520 or 6820311. OLE color: 6820311.
HSL color Cylindrical-coordinate representation of color #D71168: hue angle of 333.64º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71168 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.16 |
| HSL | 333.64º | 0.85% | 0.45% | - |
| HSV(B) | 333.64º | 0.92% | 0.84% | - |
| XYZ | 30.72 | 15.85 | 14.54 | - |
| YUV | 86.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 104 | 0 | 0.92 | 0.52 | 0.16 | 333.64 | 0.85 | 0.45 |
| Hex | D7 | 11 | 68 | 0 | 5C | 34 | 10 | 14E | 55 | 2D |
| Octal | 327 | 21 | 150 | 0 | 134 | 64 | 20 | 516 | 125 | 55 |
| Binary | 11010111 | 10001 | 1101000 | 0 | 1011100 | 110100 | 10000 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D71168
Complementary color
Monochromatic Colors of #D71168
Black with #D71168
Text Example
Text Example
White with #D71168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71168; }
p { color: rgb(215,17,104); }
H1.HeaderClassName
{
color: #D71168;
}
.AnyTagClassName
{
color: #D71168;
}
</style>
background-color css
<style>
a { background-color: #D71168; }
a { background-color: rgb(215,17,104); }
div.DivClassName
{
background-color: #D71168;
}
.BgClassName
{
background-color: #D71168;
}
</style>
border-color css
<style>
span { border-color: #D71168; }
span { border-color: rgb(215,17,104); }
td.TdClassName
{
border-color: #D71168;
}
.TagClassName
{
border-color: #D71168;
}
</style>