Shades of Ruby #D61663
Tints of Ruby #D61663
RGB
CMYK
RGB Variations
Color information
#D61663 (or 0xD61663) is known color: Ruby. HEX triplet: D6, 16 and 63. RGB value is (214,22,99). Sum of RGB (Red+Green+Blue) = 214+22+99=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61663 is #29E99C. Grayscale: #585858. Windows color (decimal): -2746781 or 6493910. OLE color: 6493910.
HSL color Cylindrical-coordinate representation of color #D61663: hue angle of 335.94º 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 #D61663 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.16 |
| HSL | 335.94º | 0.81% | 0.46% | - |
| HSV(B) | 335.94º | 0.9% | 0.84% | - |
| XYZ | 30.27 | 15.77 | 13.25 | - |
| YUV | 88.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 99 | 0 | 0.90 | 0.54 | 0.16 | 335.94 | 0.81 | 0.46 |
| Hex | D6 | 16 | 63 | 0 | 5A | 36 | 10 | 150 | 51 | 2E |
| Octal | 326 | 26 | 143 | 0 | 132 | 66 | 20 | 520 | 121 | 56 |
| Binary | 11010110 | 10110 | 1100011 | 0 | 1011010 | 110110 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D61663
Complementary color
Monochromatic Colors of #D61663
Black with #D61663
Text Example
Text Example
White with #D61663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61663; }
p { color: rgb(214,22,99); }
H1.HeaderClassName
{
color: #D61663;
}
.AnyTagClassName
{
color: #D61663;
}
</style>
background-color css
<style>
a { background-color: #D61663; }
a { background-color: rgb(214,22,99); }
div.DivClassName
{
background-color: #D61663;
}
.BgClassName
{
background-color: #D61663;
}
</style>
border-color css
<style>
span { border-color: #D61663; }
span { border-color: rgb(214,22,99); }
td.TdClassName
{
border-color: #D61663;
}
.TagClassName
{
border-color: #D61663;
}
</style>