Shades of Ruby #D81951
Tints of Ruby #D81951
RGB
CMYK
RGB Variations
Color information
#D81951 (or 0xD81951) is known color: Ruby. HEX triplet: D8, 19 and 51. RGB value is (216,25,81). Sum of RGB (Red+Green+Blue) = 216+25+81=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D81951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81951 is #27E6AE. Grayscale: #585858. Windows color (decimal): -2614959 or 5315032. OLE color: 5315032.
HSL color Cylindrical-coordinate representation of color #D81951: hue angle of 342.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81951 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 81 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.15 |
| HSL | 342.41º | 0.79% | 0.47% | - |
| HSV(B) | 342.41º | 0.88% | 0.85% | - |
| XYZ | 30.15 | 15.89 | 9.26 | - |
| YUV | 88.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 81 | 0 | 0.88 | 0.62 | 0.15 | 342.41 | 0.79 | 0.47 |
| Hex | D8 | 19 | 51 | 0 | 58 | 3E | F | 156 | 4F | 2F |
| Octal | 330 | 31 | 121 | 0 | 130 | 76 | 17 | 526 | 117 | 57 |
| Binary | 11011000 | 11001 | 1010001 | 0 | 1011000 | 111110 | 1111 | 101010110 | 1001111 | 101111 |
Color Harmonies of #D81951
Complementary color
Monochromatic Colors of #D81951
Black with #D81951
Text Example
Text Example
White with #D81951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81951; }
p { color: rgb(216,25,81); }
H1.HeaderClassName
{
color: #D81951;
}
.AnyTagClassName
{
color: #D81951;
}
</style>
background-color css
<style>
a { background-color: #D81951; }
a { background-color: rgb(216,25,81); }
div.DivClassName
{
background-color: #D81951;
}
.BgClassName
{
background-color: #D81951;
}
</style>
border-color css
<style>
span { border-color: #D81951; }
span { border-color: rgb(216,25,81); }
td.TdClassName
{
border-color: #D81951;
}
.TagClassName
{
border-color: #D81951;
}
</style>