Shades of Ruby #D80D5D
Tints of Ruby #D80D5D
RGB
CMYK
RGB Variations
Color information
#D80D5D (or 0xD80D5D) is known color: Ruby. HEX triplet: D8, 0D and 5D. RGB value is (216,13,93). Sum of RGB (Red+Green+Blue) = 216+13+93=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D5D is #27F2A2. Grayscale: #525252. Windows color (decimal): -2618019 or 6098392. OLE color: 6098392.
HSL color Cylindrical-coordinate representation of color #D80D5D: hue angle of 336.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 #D80D5D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 93 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.15 |
| HSL | 336.35º | 0.89% | 0.45% | - |
| HSV(B) | 336.35º | 0.94% | 0.85% | - |
| XYZ | 30.44 | 15.68 | 11.78 | - |
| YUV | 82.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 93 | 0 | 0.94 | 0.57 | 0.15 | 336.35 | 0.89 | 0.45 |
| Hex | D8 | D | 5D | 0 | 5E | 39 | F | 150 | 59 | 2D |
| Octal | 330 | 15 | 135 | 0 | 136 | 71 | 17 | 520 | 131 | 55 |
| Binary | 11011000 | 1101 | 1011101 | 0 | 1011110 | 111001 | 1111 | 101010000 | 1011001 | 101101 |
Color Harmonies of #D80D5D
Complementary color
Monochromatic Colors of #D80D5D
Black with #D80D5D
Text Example
Text Example
White with #D80D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D5D; }
p { color: rgb(216,13,93); }
H1.HeaderClassName
{
color: #D80D5D;
}
.AnyTagClassName
{
color: #D80D5D;
}
</style>
background-color css
<style>
a { background-color: #D80D5D; }
a { background-color: rgb(216,13,93); }
div.DivClassName
{
background-color: #D80D5D;
}
.BgClassName
{
background-color: #D80D5D;
}
</style>
border-color css
<style>
span { border-color: #D80D5D; }
span { border-color: rgb(216,13,93); }
td.TdClassName
{
border-color: #D80D5D;
}
.TagClassName
{
border-color: #D80D5D;
}
</style>