Shades of Ruby #D80766
Tints of Ruby #D80766
RGB
CMYK
RGB Variations
Color information
#D80766 (or 0xD80766) is known color: Ruby. HEX triplet: D8, 07 and 66. RGB value is (216,7,102). Sum of RGB (Red+Green+Blue) = 216+7+102=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D80766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80766 is #27F899. Grayscale: #505050. Windows color (decimal): -2619546 or 6686680. OLE color: 6686680.
HSL color Cylindrical-coordinate representation of color #D80766: hue angle of 332.73º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80766 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.73º | 0.94% | 0.44% | - |
| HSV(B) | 332.73º | 0.97% | 0.85% | - |
| XYZ | 30.79 | 15.71 | 13.98 | - |
| YUV | 80.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 102 | 0 | 0.97 | 0.53 | 0.15 | 332.73 | 0.94 | 0.44 |
| Hex | D8 | 7 | 66 | 0 | 61 | 35 | F | 14D | 5E | 2C |
| Octal | 330 | 7 | 146 | 0 | 141 | 65 | 17 | 515 | 136 | 54 |
| Binary | 11011000 | 111 | 1100110 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #D80766
Complementary color
Monochromatic Colors of #D80766
Black with #D80766
Text Example
Text Example
White with #D80766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80766; }
p { color: rgb(216,7,102); }
H1.HeaderClassName
{
color: #D80766;
}
.AnyTagClassName
{
color: #D80766;
}
</style>
background-color css
<style>
a { background-color: #D80766; }
a { background-color: rgb(216,7,102); }
div.DivClassName
{
background-color: #D80766;
}
.BgClassName
{
background-color: #D80766;
}
</style>
border-color css
<style>
span { border-color: #D80766; }
span { border-color: rgb(216,7,102); }
td.TdClassName
{
border-color: #D80766;
}
.TagClassName
{
border-color: #D80766;
}
</style>