Shades of Ruby #D51663
Tints of Ruby #D51663
RGB
CMYK
RGB Variations
Color information
#D51663 (or 0xD51663) is known color: Ruby. HEX triplet: D5, 16 and 63. RGB value is (213,22,99). Sum of RGB (Red+Green+Blue) = 213+22+99=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D51663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51663 is #2AE99C. Grayscale: #575757. Windows color (decimal): -2812317 or 6493909. OLE color: 6493909.
HSL color Cylindrical-coordinate representation of color #D51663: hue angle of 335.81º 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 #D51663 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.16 |
| HSL | 335.81º | 0.81% | 0.46% | - |
| HSV(B) | 335.81º | 0.9% | 0.84% | - |
| XYZ | 29.98 | 15.62 | 13.24 | - |
| YUV | 87.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 99 | 0 | 0.90 | 0.54 | 0.16 | 335.81 | 0.81 | 0.46 |
| Hex | D5 | 16 | 63 | 0 | 5A | 36 | 10 | 150 | 51 | 2E |
| Octal | 325 | 26 | 143 | 0 | 132 | 66 | 20 | 520 | 121 | 56 |
| Binary | 11010101 | 10110 | 1100011 | 0 | 1011010 | 110110 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D51663
Complementary color
Monochromatic Colors of #D51663
Black with #D51663
Text Example
Text Example
White with #D51663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51663; }
p { color: rgb(213,22,99); }
H1.HeaderClassName
{
color: #D51663;
}
.AnyTagClassName
{
color: #D51663;
}
</style>
background-color css
<style>
a { background-color: #D51663; }
a { background-color: rgb(213,22,99); }
div.DivClassName
{
background-color: #D51663;
}
.BgClassName
{
background-color: #D51663;
}
</style>
border-color css
<style>
span { border-color: #D51663; }
span { border-color: rgb(213,22,99); }
td.TdClassName
{
border-color: #D51663;
}
.TagClassName
{
border-color: #D51663;
}
</style>