Shades of Ruby #D80A65
Tints of Ruby #D80A65
RGB
CMYK
RGB Variations
Color information
#D80A65 (or 0xD80A65) is known color: Ruby. HEX triplet: D8, 0A and 65. RGB value is (216,10,101). Sum of RGB (Red+Green+Blue) = 216+10+101=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A65 is #27F59A. Grayscale: #515151. Windows color (decimal): -2618779 or 6621912. OLE color: 6621912.
HSL color Cylindrical-coordinate representation of color #D80A65: hue angle of 333.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A65 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 101 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.15 |
| HSL | 333.5º | 0.91% | 0.44% | - |
| HSV(B) | 333.5º | 0.95% | 0.85% | - |
| XYZ | 30.78 | 15.76 | 13.73 | - |
| YUV | 81.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 101 | 0 | 0.95 | 0.53 | 0.15 | 333.5 | 0.91 | 0.44 |
| Hex | D8 | A | 65 | 0 | 5F | 35 | F | 14D | 5B | 2C |
| Octal | 330 | 12 | 145 | 0 | 137 | 65 | 17 | 515 | 133 | 54 |
| Binary | 11011000 | 1010 | 1100101 | 0 | 1011111 | 110101 | 1111 | 101001101 | 1011011 | 101100 |
Color Harmonies of #D80A65
Complementary color
Monochromatic Colors of #D80A65
Black with #D80A65
Text Example
Text Example
White with #D80A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A65; }
p { color: rgb(216,10,101); }
H1.HeaderClassName
{
color: #D80A65;
}
.AnyTagClassName
{
color: #D80A65;
}
</style>
background-color css
<style>
a { background-color: #D80A65; }
a { background-color: rgb(216,10,101); }
div.DivClassName
{
background-color: #D80A65;
}
.BgClassName
{
background-color: #D80A65;
}
</style>
border-color css
<style>
span { border-color: #D80A65; }
span { border-color: rgb(216,10,101); }
td.TdClassName
{
border-color: #D80A65;
}
.TagClassName
{
border-color: #D80A65;
}
</style>