Shades of Ruby #D80865
Tints of Ruby #D80865
RGB
CMYK
RGB Variations
Color information
#D80865 (or 0xD80865) is known color: Ruby. HEX triplet: D8, 08 and 65. RGB value is (216,8,101). Sum of RGB (Red+Green+Blue) = 216+8+101=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D80865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80865 is #27F79A. Grayscale: #505050. Windows color (decimal): -2619291 or 6621400. OLE color: 6621400.
HSL color Cylindrical-coordinate representation of color #D80865: hue angle of 333.17º 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 #D80865 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.15 |
| HSL | 333.17º | 0.93% | 0.44% | - |
| HSV(B) | 333.17º | 0.96% | 0.85% | - |
| XYZ | 30.75 | 15.71 | 13.72 | - |
| YUV | 80.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 101 | 0 | 0.96 | 0.53 | 0.15 | 333.17 | 0.93 | 0.44 |
| Hex | D8 | 8 | 65 | 0 | 60 | 35 | F | 14D | 5D | 2C |
| Octal | 330 | 10 | 145 | 0 | 140 | 65 | 17 | 515 | 135 | 54 |
| Binary | 11011000 | 1000 | 1100101 | 0 | 1100000 | 110101 | 1111 | 101001101 | 1011101 | 101100 |
Color Harmonies of #D80865
Complementary color
Monochromatic Colors of #D80865
Black with #D80865
Text Example
Text Example
White with #D80865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80865; }
p { color: rgb(216,8,101); }
H1.HeaderClassName
{
color: #D80865;
}
.AnyTagClassName
{
color: #D80865;
}
</style>
background-color css
<style>
a { background-color: #D80865; }
a { background-color: rgb(216,8,101); }
div.DivClassName
{
background-color: #D80865;
}
.BgClassName
{
background-color: #D80865;
}
</style>
border-color css
<style>
span { border-color: #D80865; }
span { border-color: rgb(216,8,101); }
td.TdClassName
{
border-color: #D80865;
}
.TagClassName
{
border-color: #D80865;
}
</style>