Shades of Ruby #D80864
Tints of Ruby #D80864
RGB
CMYK
RGB Variations
Color information
#D80864 (or 0xD80864) is known color: Ruby. HEX triplet: D8, 08 and 64. RGB value is (216,8,100). Sum of RGB (Red+Green+Blue) = 216+8+100=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80864 is #27F79B. Grayscale: #505050. Windows color (decimal): -2619292 or 6555864. OLE color: 6555864.
HSL color Cylindrical-coordinate representation of color #D80864: hue angle of 333.46º 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 #D80864 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 100 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.46º | 0.93% | 0.44% | - |
| HSV(B) | 333.46º | 0.96% | 0.85% | - |
| XYZ | 30.71 | 15.69 | 13.47 | - |
| YUV | 80.68 | 138.91 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 100 | 0 | 0.96 | 0.54 | 0.15 | 333.46 | 0.93 | 0.44 |
| Hex | D8 | 8 | 64 | 0 | 60 | 36 | F | 14D | 5D | 2C |
| Octal | 330 | 10 | 144 | 0 | 140 | 66 | 17 | 515 | 135 | 54 |
| Binary | 11011000 | 1000 | 1100100 | 0 | 1100000 | 110110 | 1111 | 101001101 | 1011101 | 101100 |
Color Harmonies of #D80864
Complementary color
Monochromatic Colors of #D80864
Black with #D80864
Text Example
Text Example
White with #D80864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80864; }
p { color: rgb(216,8,100); }
H1.HeaderClassName
{
color: #D80864;
}
.AnyTagClassName
{
color: #D80864;
}
</style>
background-color css
<style>
a { background-color: #D80864; }
a { background-color: rgb(216,8,100); }
div.DivClassName
{
background-color: #D80864;
}
.BgClassName
{
background-color: #D80864;
}
</style>
border-color css
<style>
span { border-color: #D80864; }
span { border-color: rgb(216,8,100); }
td.TdClassName
{
border-color: #D80864;
}
.TagClassName
{
border-color: #D80864;
}
</style>