Shades of Ruby #D80D5E
Tints of Ruby #D80D5E
RGB
CMYK
RGB Variations
Color information
#D80D5E (or 0xD80D5E) is known color: Ruby. HEX triplet: D8, 0D and 5E. RGB value is (216,13,94). Sum of RGB (Red+Green+Blue) = 216+13+94=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D5E is #27F2A1. Grayscale: #525252. Windows color (decimal): -2618018 or 6163928. OLE color: 6163928.
HSL color Cylindrical-coordinate representation of color #D80D5E: hue angle of 336.06º 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 #D80D5E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 94 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.15 |
| HSL | 336.06º | 0.89% | 0.45% | - |
| HSV(B) | 336.06º | 0.94% | 0.85% | - |
| XYZ | 30.48 | 15.69 | 12.01 | - |
| YUV | 82.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 94 | 0 | 0.94 | 0.56 | 0.15 | 336.06 | 0.89 | 0.45 |
| Hex | D8 | D | 5E | 0 | 5E | 38 | F | 150 | 59 | 2D |
| Octal | 330 | 15 | 136 | 0 | 136 | 70 | 17 | 520 | 131 | 55 |
| Binary | 11011000 | 1101 | 1011110 | 0 | 1011110 | 111000 | 1111 | 101010000 | 1011001 | 101101 |
Color Harmonies of #D80D5E
Complementary color
Monochromatic Colors of #D80D5E
Black with #D80D5E
Text Example
Text Example
White with #D80D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D5E; }
p { color: rgb(216,13,94); }
H1.HeaderClassName
{
color: #D80D5E;
}
.AnyTagClassName
{
color: #D80D5E;
}
</style>
background-color css
<style>
a { background-color: #D80D5E; }
a { background-color: rgb(216,13,94); }
div.DivClassName
{
background-color: #D80D5E;
}
.BgClassName
{
background-color: #D80D5E;
}
</style>
border-color css
<style>
span { border-color: #D80D5E; }
span { border-color: rgb(216,13,94); }
td.TdClassName
{
border-color: #D80D5E;
}
.TagClassName
{
border-color: #D80D5E;
}
</style>