Shades of Ruby #D71163
Tints of Ruby #D71163
RGB
CMYK
RGB Variations
Color information
#D71163 (or 0xD71163) is known color: Ruby. HEX triplet: D7, 11 and 63. RGB value is (215,17,99). Sum of RGB (Red+Green+Blue) = 215+17+99=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D71163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71163 is #28EE9C. Grayscale: #555555. Windows color (decimal): -2682525 or 6492631. OLE color: 6492631.
HSL color Cylindrical-coordinate representation of color #D71163: hue angle of 335.15º 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 #D71163 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.16 |
| HSL | 335.15º | 0.85% | 0.45% | - |
| HSV(B) | 335.15º | 0.92% | 0.84% | - |
| XYZ | 30.48 | 15.75 | 13.24 | - |
| YUV | 85.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 99 | 0 | 0.92 | 0.54 | 0.16 | 335.15 | 0.85 | 0.45 |
| Hex | D7 | 11 | 63 | 0 | 5C | 36 | 10 | 14F | 55 | 2D |
| Octal | 327 | 21 | 143 | 0 | 134 | 66 | 20 | 517 | 125 | 55 |
| Binary | 11010111 | 10001 | 1100011 | 0 | 1011100 | 110110 | 10000 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D71163
Complementary color
Monochromatic Colors of #D71163
Black with #D71163
Text Example
Text Example
White with #D71163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71163; }
p { color: rgb(215,17,99); }
H1.HeaderClassName
{
color: #D71163;
}
.AnyTagClassName
{
color: #D71163;
}
</style>
background-color css
<style>
a { background-color: #D71163; }
a { background-color: rgb(215,17,99); }
div.DivClassName
{
background-color: #D71163;
}
.BgClassName
{
background-color: #D71163;
}
</style>
border-color css
<style>
span { border-color: #D71163; }
span { border-color: rgb(215,17,99); }
td.TdClassName
{
border-color: #D71163;
}
.TagClassName
{
border-color: #D71163;
}
</style>