Shades of Ruby #D80868
Tints of Ruby #D80868
RGB
CMYK
RGB Variations
Color information
#D80868 (or 0xD80868) is known color: Ruby. HEX triplet: D8, 08 and 68. RGB value is (216,8,104). Sum of RGB (Red+Green+Blue) = 216+8+104=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D80868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80868 is #27F797. Grayscale: #505050. Windows color (decimal): -2619288 or 6818008. OLE color: 6818008.
HSL color Cylindrical-coordinate representation of color #D80868: hue angle of 332.31º 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 #D80868 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.15 |
| HSL | 332.31º | 0.93% | 0.44% | - |
| HSV(B) | 332.31º | 0.96% | 0.85% | - |
| XYZ | 30.9 | 15.77 | 14.51 | - |
| YUV | 81.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 104 | 0 | 0.96 | 0.52 | 0.15 | 332.31 | 0.93 | 0.44 |
| Hex | D8 | 8 | 68 | 0 | 60 | 34 | F | 14C | 5D | 2C |
| Octal | 330 | 10 | 150 | 0 | 140 | 64 | 17 | 514 | 135 | 54 |
| Binary | 11011000 | 1000 | 1101000 | 0 | 1100000 | 110100 | 1111 | 101001100 | 1011101 | 101100 |
Color Harmonies of #D80868
Complementary color
Monochromatic Colors of #D80868
Black with #D80868
Text Example
Text Example
White with #D80868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80868; }
p { color: rgb(216,8,104); }
H1.HeaderClassName
{
color: #D80868;
}
.AnyTagClassName
{
color: #D80868;
}
</style>
background-color css
<style>
a { background-color: #D80868; }
a { background-color: rgb(216,8,104); }
div.DivClassName
{
background-color: #D80868;
}
.BgClassName
{
background-color: #D80868;
}
</style>
border-color css
<style>
span { border-color: #D80868; }
span { border-color: rgb(216,8,104); }
td.TdClassName
{
border-color: #D80868;
}
.TagClassName
{
border-color: #D80868;
}
</style>