Shades of Ruby #D71167
Tints of Ruby #D71167
RGB
CMYK
RGB Variations
Color information
#D71167 (or 0xD71167) is known color: Ruby. HEX triplet: D7, 11 and 67. RGB value is (215,17,103). Sum of RGB (Red+Green+Blue) = 215+17+103=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71167 is #28EE98. Grayscale: #555555. Windows color (decimal): -2682521 or 6754775. OLE color: 6754775.
HSL color Cylindrical-coordinate representation of color #D71167: hue angle of 333.94º 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 #D71167 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 103 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.16 |
| HSL | 333.94º | 0.85% | 0.45% | - |
| HSV(B) | 333.94º | 0.92% | 0.84% | - |
| XYZ | 30.67 | 15.83 | 14.27 | - |
| YUV | 86.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 103 | 0 | 0.92 | 0.52 | 0.16 | 333.94 | 0.85 | 0.45 |
| Hex | D7 | 11 | 67 | 0 | 5C | 34 | 10 | 14E | 55 | 2D |
| Octal | 327 | 21 | 147 | 0 | 134 | 64 | 20 | 516 | 125 | 55 |
| Binary | 11010111 | 10001 | 1100111 | 0 | 1011100 | 110100 | 10000 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D71167
Complementary color
Monochromatic Colors of #D71167
Black with #D71167
Text Example
Text Example
White with #D71167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71167; }
p { color: rgb(215,17,103); }
H1.HeaderClassName
{
color: #D71167;
}
.AnyTagClassName
{
color: #D71167;
}
</style>
background-color css
<style>
a { background-color: #D71167; }
a { background-color: rgb(215,17,103); }
div.DivClassName
{
background-color: #D71167;
}
.BgClassName
{
background-color: #D71167;
}
</style>
border-color css
<style>
span { border-color: #D71167; }
span { border-color: rgb(215,17,103); }
td.TdClassName
{
border-color: #D71167;
}
.TagClassName
{
border-color: #D71167;
}
</style>