Shades of Ruby #D71063
Tints of Ruby #D71063
RGB
CMYK
RGB Variations
Color information
#D71063 (or 0xD71063) is known color: Ruby. HEX triplet: D7, 10 and 63. RGB value is (215,16,99). Sum of RGB (Red+Green+Blue) = 215+16+99=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D71063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71063 is #28EF9C. Grayscale: #545454. Windows color (decimal): -2682781 or 6492375. OLE color: 6492375.
HSL color Cylindrical-coordinate representation of color #D71063: hue angle of 334.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71063 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.16 |
| HSL | 334.97º | 0.86% | 0.45% | - |
| HSV(B) | 334.97º | 0.93% | 0.84% | - |
| XYZ | 30.46 | 15.72 | 13.23 | - |
| YUV | 84.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 99 | 0 | 0.93 | 0.54 | 0.16 | 334.97 | 0.86 | 0.45 |
| Hex | D7 | 10 | 63 | 0 | 5D | 36 | 10 | 14F | 56 | 2D |
| Octal | 327 | 20 | 143 | 0 | 135 | 66 | 20 | 517 | 126 | 55 |
| Binary | 11010111 | 10000 | 1100011 | 0 | 1011101 | 110110 | 10000 | 101001111 | 1010110 | 101101 |
Color Harmonies of #D71063
Complementary color
Monochromatic Colors of #D71063
Black with #D71063
Text Example
Text Example
White with #D71063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71063; }
p { color: rgb(215,16,99); }
H1.HeaderClassName
{
color: #D71063;
}
.AnyTagClassName
{
color: #D71063;
}
</style>
background-color css
<style>
a { background-color: #D71063; }
a { background-color: rgb(215,16,99); }
div.DivClassName
{
background-color: #D71063;
}
.BgClassName
{
background-color: #D71063;
}
</style>
border-color css
<style>
span { border-color: #D71063; }
span { border-color: rgb(215,16,99); }
td.TdClassName
{
border-color: #D71063;
}
.TagClassName
{
border-color: #D71063;
}
</style>