Shades of Ruby #D81859
Tints of Ruby #D81859
RGB
CMYK
RGB Variations
Color information
#D81859 (or 0xD81859) is known color: Ruby. HEX triplet: D8, 18 and 59. RGB value is (216,24,89). Sum of RGB (Red+Green+Blue) = 216+24+89=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D81859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81859 is #27E7A6. Grayscale: #585858. Windows color (decimal): -2615207 or 5839064. OLE color: 5839064.
HSL color Cylindrical-coordinate representation of color #D81859: hue angle of 339.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81859 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 89 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.15 |
| HSL | 339.69º | 0.8% | 0.47% | - |
| HSV(B) | 339.69º | 0.89% | 0.85% | - |
| XYZ | 30.45 | 15.97 | 10.93 | - |
| YUV | 88.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 89 | 0 | 0.89 | 0.59 | 0.15 | 339.69 | 0.8 | 0.47 |
| Hex | D8 | 18 | 59 | 0 | 59 | 3B | F | 154 | 50 | 2F |
| Octal | 330 | 30 | 131 | 0 | 131 | 73 | 17 | 524 | 120 | 57 |
| Binary | 11011000 | 11000 | 1011001 | 0 | 1011001 | 111011 | 1111 | 101010100 | 1010000 | 101111 |
Color Harmonies of #D81859
Complementary color
Monochromatic Colors of #D81859
Black with #D81859
Text Example
Text Example
White with #D81859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81859; }
p { color: rgb(216,24,89); }
H1.HeaderClassName
{
color: #D81859;
}
.AnyTagClassName
{
color: #D81859;
}
</style>
background-color css
<style>
a { background-color: #D81859; }
a { background-color: rgb(216,24,89); }
div.DivClassName
{
background-color: #D81859;
}
.BgClassName
{
background-color: #D81859;
}
</style>
border-color css
<style>
span { border-color: #D81859; }
span { border-color: rgb(216,24,89); }
td.TdClassName
{
border-color: #D81859;
}
.TagClassName
{
border-color: #D81859;
}
</style>