Shades of Ruby #D80A66
Tints of Ruby #D80A66
RGB
CMYK
RGB Variations
Color information
#D80A66 (or 0xD80A66) is known color: Ruby. HEX triplet: D8, 0A and 66. RGB value is (216,10,102). Sum of RGB (Red+Green+Blue) = 216+10+102=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A66 is #27F599. Grayscale: #515151. Windows color (decimal): -2618778 or 6687448. OLE color: 6687448.
HSL color Cylindrical-coordinate representation of color #D80A66: hue angle of 333.2º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A66 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 102 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.15 |
| HSL | 333.2º | 0.91% | 0.44% | - |
| HSV(B) | 333.2º | 0.95% | 0.85% | - |
| XYZ | 30.83 | 15.78 | 13.99 | - |
| YUV | 82.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 102 | 0 | 0.95 | 0.53 | 0.15 | 333.2 | 0.91 | 0.44 |
| Hex | D8 | A | 66 | 0 | 5F | 35 | F | 14D | 5B | 2C |
| Octal | 330 | 12 | 146 | 0 | 137 | 65 | 17 | 515 | 133 | 54 |
| Binary | 11011000 | 1010 | 1100110 | 0 | 1011111 | 110101 | 1111 | 101001101 | 1011011 | 101100 |
Color Harmonies of #D80A66
Complementary color
Monochromatic Colors of #D80A66
Black with #D80A66
Text Example
Text Example
White with #D80A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A66; }
p { color: rgb(216,10,102); }
H1.HeaderClassName
{
color: #D80A66;
}
.AnyTagClassName
{
color: #D80A66;
}
</style>
background-color css
<style>
a { background-color: #D80A66; }
a { background-color: rgb(216,10,102); }
div.DivClassName
{
background-color: #D80A66;
}
.BgClassName
{
background-color: #D80A66;
}
</style>
border-color css
<style>
span { border-color: #D80A66; }
span { border-color: rgb(216,10,102); }
td.TdClassName
{
border-color: #D80A66;
}
.TagClassName
{
border-color: #D80A66;
}
</style>