Shades of Ruby #D80861
Tints of Ruby #D80861
RGB
CMYK
RGB Variations
Color information
#D80861 (or 0xD80861) is known color: Ruby. HEX triplet: D8, 08 and 61. RGB value is (216,8,97). Sum of RGB (Red+Green+Blue) = 216+8+97=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D80861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80861 is #27F79E. Grayscale: #505050. Windows color (decimal): -2619295 or 6359256. OLE color: 6359256.
HSL color Cylindrical-coordinate representation of color #D80861: hue angle of 334.33º degrees, saturation: 0.93, 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 #D80861 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.15 |
| HSL | 334.33º | 0.93% | 0.44% | - |
| HSV(B) | 334.33º | 0.96% | 0.85% | - |
| XYZ | 30.56 | 15.64 | 12.72 | - |
| YUV | 80.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 97 | 0 | 0.96 | 0.55 | 0.15 | 334.33 | 0.93 | 0.44 |
| Hex | D8 | 8 | 61 | 0 | 60 | 37 | F | 14E | 5D | 2C |
| Octal | 330 | 10 | 141 | 0 | 140 | 67 | 17 | 516 | 135 | 54 |
| Binary | 11011000 | 1000 | 1100001 | 0 | 1100000 | 110111 | 1111 | 101001110 | 1011101 | 101100 |
Color Harmonies of #D80861
Complementary color
Monochromatic Colors of #D80861
Black with #D80861
Text Example
Text Example
White with #D80861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80861; }
p { color: rgb(216,8,97); }
H1.HeaderClassName
{
color: #D80861;
}
.AnyTagClassName
{
color: #D80861;
}
</style>
background-color css
<style>
a { background-color: #D80861; }
a { background-color: rgb(216,8,97); }
div.DivClassName
{
background-color: #D80861;
}
.BgClassName
{
background-color: #D80861;
}
</style>
border-color css
<style>
span { border-color: #D80861; }
span { border-color: rgb(216,8,97); }
td.TdClassName
{
border-color: #D80861;
}
.TagClassName
{
border-color: #D80861;
}
</style>