Shades of Ruby #D81559
Tints of Ruby #D81559
RGB
CMYK
RGB Variations
Color information
#D81559 (or 0xD81559) is known color: Ruby. HEX triplet: D8, 15 and 59. RGB value is (216,21,89). Sum of RGB (Red+Green+Blue) = 216+21+89=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81559 is #27EAA6. Grayscale: #565656. Windows color (decimal): -2615975 or 5838296. OLE color: 5838296.
HSL color Cylindrical-coordinate representation of color #D81559: hue angle of 339.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81559 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.15 |
| HSL | 339.08º | 0.82% | 0.46% | - |
| HSV(B) | 339.08º | 0.9% | 0.85% | - |
| XYZ | 30.39 | 15.86 | 10.91 | - |
| YUV | 87.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 89 | 0 | 0.90 | 0.59 | 0.15 | 339.08 | 0.82 | 0.46 |
| Hex | D8 | 15 | 59 | 0 | 5A | 3B | F | 153 | 52 | 2E |
| Octal | 330 | 25 | 131 | 0 | 132 | 73 | 17 | 523 | 122 | 56 |
| Binary | 11011000 | 10101 | 1011001 | 0 | 1011010 | 111011 | 1111 | 101010011 | 1010010 | 101110 |
Color Harmonies of #D81559
Complementary color
Monochromatic Colors of #D81559
Black with #D81559
Text Example
Text Example
White with #D81559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81559; }
p { color: rgb(216,21,89); }
H1.HeaderClassName
{
color: #D81559;
}
.AnyTagClassName
{
color: #D81559;
}
</style>
background-color css
<style>
a { background-color: #D81559; }
a { background-color: rgb(216,21,89); }
div.DivClassName
{
background-color: #D81559;
}
.BgClassName
{
background-color: #D81559;
}
</style>
border-color css
<style>
span { border-color: #D81559; }
span { border-color: rgb(216,21,89); }
td.TdClassName
{
border-color: #D81559;
}
.TagClassName
{
border-color: #D81559;
}
</style>