Shades of Ruby #D80764
Tints of Ruby #D80764
RGB
CMYK
RGB Variations
Color information
#D80764 (or 0xD80764) is known color: Ruby. HEX triplet: D8, 07 and 64. RGB value is (216,7,100). Sum of RGB (Red+Green+Blue) = 216+7+100=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D80764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80764 is #27F89B. Grayscale: #4F4F4F. Windows color (decimal): -2619548 or 6555608. OLE color: 6555608.
HSL color Cylindrical-coordinate representation of color #D80764: hue angle of 333.3º degrees, saturation: 0.94, 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 #D80764 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.15 |
| HSL | 333.3º | 0.94% | 0.44% | - |
| HSV(B) | 333.3º | 0.97% | 0.85% | - |
| XYZ | 30.7 | 15.67 | 13.46 | - |
| YUV | 80.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 100 | 0 | 0.97 | 0.54 | 0.15 | 333.3 | 0.94 | 0.44 |
| Hex | D8 | 7 | 64 | 0 | 61 | 36 | F | 14D | 5E | 2C |
| Octal | 330 | 7 | 144 | 0 | 141 | 66 | 17 | 515 | 136 | 54 |
| Binary | 11011000 | 111 | 1100100 | 0 | 1100001 | 110110 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #D80764
Complementary color
Monochromatic Colors of #D80764
Black with #D80764
Text Example
Text Example
White with #D80764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80764; }
p { color: rgb(216,7,100); }
H1.HeaderClassName
{
color: #D80764;
}
.AnyTagClassName
{
color: #D80764;
}
</style>
background-color css
<style>
a { background-color: #D80764; }
a { background-color: rgb(216,7,100); }
div.DivClassName
{
background-color: #D80764;
}
.BgClassName
{
background-color: #D80764;
}
</style>
border-color css
<style>
span { border-color: #D80764; }
span { border-color: rgb(216,7,100); }
td.TdClassName
{
border-color: #D80764;
}
.TagClassName
{
border-color: #D80764;
}
</style>