Shades of Ruby #D80862
Tints of Ruby #D80862
RGB
CMYK
RGB Variations
Color information
#D80862 (or 0xD80862) is known color: Ruby. HEX triplet: D8, 08 and 62. RGB value is (216,8,98). Sum of RGB (Red+Green+Blue) = 216+8+98=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D80862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80862 is #27F79D. Grayscale: #505050. Windows color (decimal): -2619294 or 6424792. OLE color: 6424792.
HSL color Cylindrical-coordinate representation of color #D80862: hue angle of 334.04º 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 #D80862 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.15 |
| HSL | 334.04º | 0.93% | 0.44% | - |
| HSV(B) | 334.04º | 0.96% | 0.85% | - |
| XYZ | 30.61 | 15.65 | 12.96 | - |
| YUV | 80.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 98 | 0 | 0.96 | 0.55 | 0.15 | 334.04 | 0.93 | 0.44 |
| Hex | D8 | 8 | 62 | 0 | 60 | 37 | F | 14E | 5D | 2C |
| Octal | 330 | 10 | 142 | 0 | 140 | 67 | 17 | 516 | 135 | 54 |
| Binary | 11011000 | 1000 | 1100010 | 0 | 1100000 | 110111 | 1111 | 101001110 | 1011101 | 101100 |
Color Harmonies of #D80862
Complementary color
Monochromatic Colors of #D80862
Black with #D80862
Text Example
Text Example
White with #D80862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80862; }
p { color: rgb(216,8,98); }
H1.HeaderClassName
{
color: #D80862;
}
.AnyTagClassName
{
color: #D80862;
}
</style>
background-color css
<style>
a { background-color: #D80862; }
a { background-color: rgb(216,8,98); }
div.DivClassName
{
background-color: #D80862;
}
.BgClassName
{
background-color: #D80862;
}
</style>
border-color css
<style>
span { border-color: #D80862; }
span { border-color: rgb(216,8,98); }
td.TdClassName
{
border-color: #D80862;
}
.TagClassName
{
border-color: #D80862;
}
</style>