Shades of Ruby #D81066
Tints of Ruby #D81066
RGB
CMYK
RGB Variations
Color information
#D81066 (or 0xD81066) is known color: Ruby. HEX triplet: D8, 10 and 66. RGB value is (216,16,102). Sum of RGB (Red+Green+Blue) = 216+16+102=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D81066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81066 is #27EF99. Grayscale: #555555. Windows color (decimal): -2617242 or 6688984. OLE color: 6688984.
HSL color Cylindrical-coordinate representation of color #D81066: hue angle of 334.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81066 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 102 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.15 |
| HSL | 334.2º | 0.86% | 0.45% | - |
| HSV(B) | 334.2º | 0.93% | 0.85% | - |
| XYZ | 30.9 | 15.93 | 14.02 | - |
| YUV | 85.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 102 | 0 | 0.93 | 0.53 | 0.15 | 334.2 | 0.86 | 0.45 |
| Hex | D8 | 10 | 66 | 0 | 5D | 35 | F | 14E | 56 | 2D |
| Octal | 330 | 20 | 146 | 0 | 135 | 65 | 17 | 516 | 126 | 55 |
| Binary | 11011000 | 10000 | 1100110 | 0 | 1011101 | 110101 | 1111 | 101001110 | 1010110 | 101101 |
Color Harmonies of #D81066
Complementary color
Monochromatic Colors of #D81066
Black with #D81066
Text Example
Text Example
White with #D81066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81066; }
p { color: rgb(216,16,102); }
H1.HeaderClassName
{
color: #D81066;
}
.AnyTagClassName
{
color: #D81066;
}
</style>
background-color css
<style>
a { background-color: #D81066; }
a { background-color: rgb(216,16,102); }
div.DivClassName
{
background-color: #D81066;
}
.BgClassName
{
background-color: #D81066;
}
</style>
border-color css
<style>
span { border-color: #D81066; }
span { border-color: rgb(216,16,102); }
td.TdClassName
{
border-color: #D81066;
}
.TagClassName
{
border-color: #D81066;
}
</style>