Shades of Ruby #D80666
Tints of Ruby #D80666
RGB
CMYK
RGB Variations
Color information
#D80666 (or 0xD80666) is known color: Ruby. HEX triplet: D8, 06 and 66. RGB value is (216,6,102). Sum of RGB (Red+Green+Blue) = 216+6+102=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80666 is #27F999. Grayscale: #4F4F4F. Windows color (decimal): -2619802 or 6686424. OLE color: 6686424.
HSL color Cylindrical-coordinate representation of color #D80666: hue angle of 332.57º degrees, saturation: 0.95, 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 #D80666 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.57º | 0.95% | 0.44% | - |
| HSV(B) | 332.57º | 0.97% | 0.85% | - |
| XYZ | 30.78 | 15.69 | 13.98 | - |
| YUV | 79.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 102 | 0 | 0.97 | 0.53 | 0.15 | 332.57 | 0.95 | 0.44 |
| Hex | D8 | 6 | 66 | 0 | 61 | 35 | F | 14D | 5F | 2C |
| Octal | 330 | 6 | 146 | 0 | 141 | 65 | 17 | 515 | 137 | 54 |
| Binary | 11011000 | 110 | 1100110 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011111 | 101100 |
Color Harmonies of #D80666
Complementary color
Monochromatic Colors of #D80666
Black with #D80666
Text Example
Text Example
White with #D80666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80666; }
p { color: rgb(216,6,102); }
H1.HeaderClassName
{
color: #D80666;
}
.AnyTagClassName
{
color: #D80666;
}
</style>
background-color css
<style>
a { background-color: #D80666; }
a { background-color: rgb(216,6,102); }
div.DivClassName
{
background-color: #D80666;
}
.BgClassName
{
background-color: #D80666;
}
</style>
border-color css
<style>
span { border-color: #D80666; }
span { border-color: rgb(216,6,102); }
td.TdClassName
{
border-color: #D80666;
}
.TagClassName
{
border-color: #D80666;
}
</style>