Shades of Ruby #D80C59
Tints of Ruby #D80C59
RGB
CMYK
RGB Variations
Color information
#D80C59 (or 0xD80C59) is known color: Ruby. HEX triplet: D8, 0C and 59. RGB value is (216,12,89). Sum of RGB (Red+Green+Blue) = 216+12+89=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C59 is #27F3A6. Grayscale: #515151. Windows color (decimal): -2618279 or 5835992. OLE color: 5835992.
HSL color Cylindrical-coordinate representation of color #D80C59: hue angle of 337.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C59 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 89 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.15 |
| HSL | 337.35º | 0.89% | 0.45% | - |
| HSV(B) | 337.35º | 0.94% | 0.85% | - |
| XYZ | 30.25 | 15.58 | 10.86 | - |
| YUV | 81.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 89 | 0 | 0.94 | 0.59 | 0.15 | 337.35 | 0.89 | 0.45 |
| Hex | D8 | C | 59 | 0 | 5E | 3B | F | 151 | 59 | 2D |
| Octal | 330 | 14 | 131 | 0 | 136 | 73 | 17 | 521 | 131 | 55 |
| Binary | 11011000 | 1100 | 1011001 | 0 | 1011110 | 111011 | 1111 | 101010001 | 1011001 | 101101 |
Color Harmonies of #D80C59
Complementary color
Monochromatic Colors of #D80C59
Black with #D80C59
Text Example
Text Example
White with #D80C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C59; }
p { color: rgb(216,12,89); }
H1.HeaderClassName
{
color: #D80C59;
}
.AnyTagClassName
{
color: #D80C59;
}
</style>
background-color css
<style>
a { background-color: #D80C59; }
a { background-color: rgb(216,12,89); }
div.DivClassName
{
background-color: #D80C59;
}
.BgClassName
{
background-color: #D80C59;
}
</style>
border-color css
<style>
span { border-color: #D80C59; }
span { border-color: rgb(216,12,89); }
td.TdClassName
{
border-color: #D80C59;
}
.TagClassName
{
border-color: #D80C59;
}
</style>