Shades of Ruby #D81F59
Tints of Ruby #D81F59
RGB
CMYK
RGB Variations
Color information
#D81F59 (or 0xD81F59) is known color: Ruby. HEX triplet: D8, 1F and 59. RGB value is (216,31,89). Sum of RGB (Red+Green+Blue) = 216+31+89=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F59 is #27E0A6. Grayscale: #5C5C5C. Windows color (decimal): -2613415 or 5840856. OLE color: 5840856.
HSL color Cylindrical-coordinate representation of color #D81F59: hue angle of 341.19º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F59 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 89 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.15 |
| HSL | 341.19º | 0.75% | 0.48% | - |
| HSV(B) | 341.19º | 0.86% | 0.85% | - |
| XYZ | 30.61 | 16.3 | 10.98 | - |
| YUV | 92.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 89 | 0 | 0.86 | 0.59 | 0.15 | 341.19 | 0.75 | 0.48 |
| Hex | D8 | 1F | 59 | 0 | 56 | 3B | F | 155 | 4B | 30 |
| Octal | 330 | 37 | 131 | 0 | 126 | 73 | 17 | 525 | 113 | 60 |
| Binary | 11011000 | 11111 | 1011001 | 0 | 1010110 | 111011 | 1111 | 101010101 | 1001011 | 110000 |
Color Harmonies of #D81F59
Complementary color
Monochromatic Colors of #D81F59
Black with #D81F59
Text Example
Text Example
White with #D81F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F59; }
p { color: rgb(216,31,89); }
H1.HeaderClassName
{
color: #D81F59;
}
.AnyTagClassName
{
color: #D81F59;
}
</style>
background-color css
<style>
a { background-color: #D81F59; }
a { background-color: rgb(216,31,89); }
div.DivClassName
{
background-color: #D81F59;
}
.BgClassName
{
background-color: #D81F59;
}
</style>
border-color css
<style>
span { border-color: #D81F59; }
span { border-color: rgb(216,31,89); }
td.TdClassName
{
border-color: #D81F59;
}
.TagClassName
{
border-color: #D81F59;
}
</style>