Shades of Ruby #D80D70
Tints of Ruby #D80D70
RGB
CMYK
RGB Variations
Color information
#D80D70 (or 0xD80D70) is known color: Ruby. HEX triplet: D8, 0D and 70. RGB value is (216,13,112). Sum of RGB (Red+Green+Blue) = 216+13+112=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D70 is #27F28F. Grayscale: #545454. Windows color (decimal): -2618000 or 7343576. OLE color: 7343576.
HSL color Cylindrical-coordinate representation of color #D80D70: hue angle of 330.74º 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 #D80D70 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.15 |
| HSL | 330.74º | 0.89% | 0.45% | - |
| HSV(B) | 330.74º | 0.94% | 0.85% | - |
| XYZ | 31.39 | 16.06 | 16.77 | - |
| YUV | 84.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 112 | 0 | 0.94 | 0.48 | 0.15 | 330.74 | 0.89 | 0.45 |
| Hex | D8 | D | 70 | 0 | 5E | 30 | F | 14B | 59 | 2D |
| Octal | 330 | 15 | 160 | 0 | 136 | 60 | 17 | 513 | 131 | 55 |
| Binary | 11011000 | 1101 | 1110000 | 0 | 1011110 | 110000 | 1111 | 101001011 | 1011001 | 101101 |
Color Harmonies of #D80D70
Complementary color
Monochromatic Colors of #D80D70
Black with #D80D70
Text Example
Text Example
White with #D80D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D70; }
p { color: rgb(216,13,112); }
H1.HeaderClassName
{
color: #D80D70;
}
.AnyTagClassName
{
color: #D80D70;
}
</style>
background-color css
<style>
a { background-color: #D80D70; }
a { background-color: rgb(216,13,112); }
div.DivClassName
{
background-color: #D80D70;
}
.BgClassName
{
background-color: #D80D70;
}
</style>
border-color css
<style>
span { border-color: #D80D70; }
span { border-color: rgb(216,13,112); }
td.TdClassName
{
border-color: #D80D70;
}
.TagClassName
{
border-color: #D80D70;
}
</style>