Shades of Ruby #D80966
Tints of Ruby #D80966
RGB
CMYK
RGB Variations
Color information
#D80966 (or 0xD80966) is known color: Ruby. HEX triplet: D8, 09 and 66. RGB value is (216,9,102). Sum of RGB (Red+Green+Blue) = 216+9+102=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D80966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80966 is #27F699. Grayscale: #515151. Windows color (decimal): -2619034 or 6687192. OLE color: 6687192.
HSL color Cylindrical-coordinate representation of color #D80966: hue angle of 333.04º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80966 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.15 |
| HSL | 333.04º | 0.92% | 0.44% | - |
| HSV(B) | 333.04º | 0.96% | 0.85% | - |
| XYZ | 30.81 | 15.75 | 13.99 | - |
| YUV | 81.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 102 | 0 | 0.96 | 0.53 | 0.15 | 333.04 | 0.92 | 0.44 |
| Hex | D8 | 9 | 66 | 0 | 60 | 35 | F | 14D | 5C | 2C |
| Octal | 330 | 11 | 146 | 0 | 140 | 65 | 17 | 515 | 134 | 54 |
| Binary | 11011000 | 1001 | 1100110 | 0 | 1100000 | 110101 | 1111 | 101001101 | 1011100 | 101100 |
Color Harmonies of #D80966
Complementary color
Monochromatic Colors of #D80966
Black with #D80966
Text Example
Text Example
White with #D80966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80966; }
p { color: rgb(216,9,102); }
H1.HeaderClassName
{
color: #D80966;
}
.AnyTagClassName
{
color: #D80966;
}
</style>
background-color css
<style>
a { background-color: #D80966; }
a { background-color: rgb(216,9,102); }
div.DivClassName
{
background-color: #D80966;
}
.BgClassName
{
background-color: #D80966;
}
</style>
border-color css
<style>
span { border-color: #D80966; }
span { border-color: rgb(216,9,102); }
td.TdClassName
{
border-color: #D80966;
}
.TagClassName
{
border-color: #D80966;
}
</style>