Shades of Ruby #D81663
Tints of Ruby #D81663
RGB
CMYK
RGB Variations
Color information
#D81663 (or 0xD81663) is known color: Ruby. HEX triplet: D8, 16 and 63. RGB value is (216,22,99). Sum of RGB (Red+Green+Blue) = 216+22+99=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D81663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81663 is #27E99C. Grayscale: #585858. Windows color (decimal): -2615709 or 6493912. OLE color: 6493912.
HSL color Cylindrical-coordinate representation of color #D81663: hue angle of 336.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81663 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 99 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.15 |
| HSL | 336.19º | 0.82% | 0.47% | - |
| HSV(B) | 336.19º | 0.9% | 0.85% | - |
| XYZ | 30.86 | 16.07 | 13.28 | - |
| YUV | 88.78 | 133.77 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 99 | 0 | 0.90 | 0.54 | 0.15 | 336.19 | 0.82 | 0.47 |
| Hex | D8 | 16 | 63 | 0 | 5A | 36 | F | 150 | 52 | 2F |
| Octal | 330 | 26 | 143 | 0 | 132 | 66 | 17 | 520 | 122 | 57 |
| Binary | 11011000 | 10110 | 1100011 | 0 | 1011010 | 110110 | 1111 | 101010000 | 1010010 | 101111 |
Color Harmonies of #D81663
Complementary color
Monochromatic Colors of #D81663
Black with #D81663
Text Example
Text Example
White with #D81663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81663; }
p { color: rgb(216,22,99); }
H1.HeaderClassName
{
color: #D81663;
}
.AnyTagClassName
{
color: #D81663;
}
</style>
background-color css
<style>
a { background-color: #D81663; }
a { background-color: rgb(216,22,99); }
div.DivClassName
{
background-color: #D81663;
}
.BgClassName
{
background-color: #D81663;
}
</style>
border-color css
<style>
span { border-color: #D81663; }
span { border-color: rgb(216,22,99); }
td.TdClassName
{
border-color: #D81663;
}
.TagClassName
{
border-color: #D81663;
}
</style>