Shades of Ruby #D71663
Tints of Ruby #D71663
RGB
CMYK
RGB Variations
Color information
#D71663 (or 0xD71663) is known color: Ruby. HEX triplet: D7, 16 and 63. RGB value is (215,22,99). Sum of RGB (Red+Green+Blue) = 215+22+99=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71663 is #28E99C. Grayscale: #585858. Windows color (decimal): -2681245 or 6493911. OLE color: 6493911.
HSL color Cylindrical-coordinate representation of color #D71663: hue angle of 336.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71663 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.16 |
| HSL | 336.06º | 0.81% | 0.46% | - |
| HSV(B) | 336.06º | 0.9% | 0.84% | - |
| XYZ | 30.56 | 15.92 | 13.27 | - |
| YUV | 88.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 99 | 0 | 0.90 | 0.54 | 0.16 | 336.06 | 0.81 | 0.46 |
| Hex | D7 | 16 | 63 | 0 | 5A | 36 | 10 | 150 | 51 | 2E |
| Octal | 327 | 26 | 143 | 0 | 132 | 66 | 20 | 520 | 121 | 56 |
| Binary | 11010111 | 10110 | 1100011 | 0 | 1011010 | 110110 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D71663
Complementary color
Monochromatic Colors of #D71663
Black with #D71663
Text Example
Text Example
White with #D71663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71663; }
p { color: rgb(215,22,99); }
H1.HeaderClassName
{
color: #D71663;
}
.AnyTagClassName
{
color: #D71663;
}
</style>
background-color css
<style>
a { background-color: #D71663; }
a { background-color: rgb(215,22,99); }
div.DivClassName
{
background-color: #D71663;
}
.BgClassName
{
background-color: #D71663;
}
</style>
border-color css
<style>
span { border-color: #D71663; }
span { border-color: rgb(215,22,99); }
td.TdClassName
{
border-color: #D71663;
}
.TagClassName
{
border-color: #D71663;
}
</style>