Shades of Ruby #D80970
Tints of Ruby #D80970
RGB
CMYK
RGB Variations
Color information
#D80970 (or 0xD80970) is known color: Ruby. HEX triplet: D8, 09 and 70. RGB value is (216,9,112). Sum of RGB (Red+Green+Blue) = 216+9+112=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D80970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80970 is #27F68F. Grayscale: #525252. Windows color (decimal): -2619024 or 7342552. OLE color: 7342552.
HSL color Cylindrical-coordinate representation of color #D80970: hue angle of 330.14º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80970 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.15 |
| HSL | 330.14º | 0.92% | 0.44% | - |
| HSV(B) | 330.14º | 0.96% | 0.85% | - |
| XYZ | 31.34 | 15.96 | 16.76 | - |
| YUV | 82.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 112 | 0 | 0.96 | 0.48 | 0.15 | 330.14 | 0.92 | 0.44 |
| Hex | D8 | 9 | 70 | 0 | 60 | 30 | F | 14A | 5C | 2C |
| Octal | 330 | 11 | 160 | 0 | 140 | 60 | 17 | 512 | 134 | 54 |
| Binary | 11011000 | 1001 | 1110000 | 0 | 1100000 | 110000 | 1111 | 101001010 | 1011100 | 101100 |
Color Harmonies of #D80970
Complementary color
Monochromatic Colors of #D80970
Black with #D80970
Text Example
Text Example
White with #D80970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80970; }
p { color: rgb(216,9,112); }
H1.HeaderClassName
{
color: #D80970;
}
.AnyTagClassName
{
color: #D80970;
}
</style>
background-color css
<style>
a { background-color: #D80970; }
a { background-color: rgb(216,9,112); }
div.DivClassName
{
background-color: #D80970;
}
.BgClassName
{
background-color: #D80970;
}
</style>
border-color css
<style>
span { border-color: #D80970; }
span { border-color: rgb(216,9,112); }
td.TdClassName
{
border-color: #D80970;
}
.TagClassName
{
border-color: #D80970;
}
</style>