Shades of Ruby #D71463
Tints of Ruby #D71463
RGB
CMYK
RGB Variations
Color information
#D71463 (or 0xD71463) is known color: Ruby. HEX triplet: D7, 14 and 63. RGB value is (215,20,99). Sum of RGB (Red+Green+Blue) = 215+20+99=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D71463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71463 is #28EB9C. Grayscale: #575757. Windows color (decimal): -2681757 or 6493399. OLE color: 6493399.
HSL color Cylindrical-coordinate representation of color #D71463: hue angle of 335.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71463 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.16 |
| HSL | 335.69º | 0.83% | 0.46% | - |
| HSV(B) | 335.69º | 0.91% | 0.84% | - |
| XYZ | 30.53 | 15.85 | 13.25 | - |
| YUV | 87.31 | 134.6 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 99 | 0 | 0.91 | 0.54 | 0.16 | 335.69 | 0.83 | 0.46 |
| Hex | D7 | 14 | 63 | 0 | 5B | 36 | 10 | 150 | 53 | 2E |
| Octal | 327 | 24 | 143 | 0 | 133 | 66 | 20 | 520 | 123 | 56 |
| Binary | 11010111 | 10100 | 1100011 | 0 | 1011011 | 110110 | 10000 | 101010000 | 1010011 | 101110 |
Color Harmonies of #D71463
Complementary color
Monochromatic Colors of #D71463
Black with #D71463
Text Example
Text Example
White with #D71463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71463; }
p { color: rgb(215,20,99); }
H1.HeaderClassName
{
color: #D71463;
}
.AnyTagClassName
{
color: #D71463;
}
</style>
background-color css
<style>
a { background-color: #D71463; }
a { background-color: rgb(215,20,99); }
div.DivClassName
{
background-color: #D71463;
}
.BgClassName
{
background-color: #D71463;
}
</style>
border-color css
<style>
span { border-color: #D71463; }
span { border-color: rgb(215,20,99); }
td.TdClassName
{
border-color: #D71463;
}
.TagClassName
{
border-color: #D71463;
}
</style>