Shades of Ruby #D61959
Tints of Ruby #D61959
RGB
CMYK
RGB Variations
Color information
#D61959 (or 0xD61959) is known color: Ruby. HEX triplet: D6, 19 and 59. RGB value is (214,25,89). Sum of RGB (Red+Green+Blue) = 214+25+89=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D61959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61959 is #29E6A6. Grayscale: #585858. Windows color (decimal): -2746023 or 5839318. OLE color: 5839318.
HSL color Cylindrical-coordinate representation of color #D61959: hue angle of 339.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61959 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 89 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.16 |
| HSL | 339.68º | 0.79% | 0.47% | - |
| HSV(B) | 339.68º | 0.88% | 0.84% | - |
| XYZ | 29.88 | 15.71 | 10.91 | - |
| YUV | 88.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 89 | 0 | 0.88 | 0.58 | 0.16 | 339.68 | 0.79 | 0.47 |
| Hex | D6 | 19 | 59 | 0 | 58 | 3A | 10 | 154 | 4F | 2F |
| Octal | 326 | 31 | 131 | 0 | 130 | 72 | 20 | 524 | 117 | 57 |
| Binary | 11010110 | 11001 | 1011001 | 0 | 1011000 | 111010 | 10000 | 101010100 | 1001111 | 101111 |
Color Harmonies of #D61959
Complementary color
Monochromatic Colors of #D61959
Black with #D61959
Text Example
Text Example
White with #D61959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61959; }
p { color: rgb(214,25,89); }
H1.HeaderClassName
{
color: #D61959;
}
.AnyTagClassName
{
color: #D61959;
}
</style>
background-color css
<style>
a { background-color: #D61959; }
a { background-color: rgb(214,25,89); }
div.DivClassName
{
background-color: #D61959;
}
.BgClassName
{
background-color: #D61959;
}
</style>
border-color css
<style>
span { border-color: #D61959; }
span { border-color: rgb(214,25,89); }
td.TdClassName
{
border-color: #D61959;
}
.TagClassName
{
border-color: #D61959;
}
</style>