Shades of Ruby #D81B59
Tints of Ruby #D81B59
RGB
CMYK
RGB Variations
Color information
#D81B59 (or 0xD81B59) is known color: Ruby. HEX triplet: D8, 1B and 59. RGB value is (216,27,89). Sum of RGB (Red+Green+Blue) = 216+27+89=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B59 is #27E4A6. Grayscale: #5A5A5A. Windows color (decimal): -2614439 or 5839832. OLE color: 5839832.
HSL color Cylindrical-coordinate representation of color #D81B59: hue angle of 340.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B59 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 89 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.15 |
| HSL | 340.32º | 0.78% | 0.48% | - |
| HSV(B) | 340.32º | 0.88% | 0.85% | - |
| XYZ | 30.51 | 16.1 | 10.95 | - |
| YUV | 90.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 89 | 0 | 0.88 | 0.59 | 0.15 | 340.32 | 0.78 | 0.48 |
| Hex | D8 | 1B | 59 | 0 | 58 | 3B | F | 154 | 4E | 30 |
| Octal | 330 | 33 | 131 | 0 | 130 | 73 | 17 | 524 | 116 | 60 |
| Binary | 11011000 | 11011 | 1011001 | 0 | 1011000 | 111011 | 1111 | 101010100 | 1001110 | 110000 |
Color Harmonies of #D81B59
Complementary color
Monochromatic Colors of #D81B59
Black with #D81B59
Text Example
Text Example
White with #D81B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B59; }
p { color: rgb(216,27,89); }
H1.HeaderClassName
{
color: #D81B59;
}
.AnyTagClassName
{
color: #D81B59;
}
</style>
background-color css
<style>
a { background-color: #D81B59; }
a { background-color: rgb(216,27,89); }
div.DivClassName
{
background-color: #D81B59;
}
.BgClassName
{
background-color: #D81B59;
}
</style>
border-color css
<style>
span { border-color: #D81B59; }
span { border-color: rgb(216,27,89); }
td.TdClassName
{
border-color: #D81B59;
}
.TagClassName
{
border-color: #D81B59;
}
</style>