Shades of Ruby #D41659
Tints of Ruby #D41659
RGB
CMYK
RGB Variations
Color information
#D41659 (or 0xD41659) is known color: Ruby. HEX triplet: D4, 16 and 59. RGB value is (212,22,89). Sum of RGB (Red+Green+Blue) = 212+22+89=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D41659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41659 is #2BE9A6. Grayscale: #565656. Windows color (decimal): -2877863 or 5838548. OLE color: 5838548.
HSL color Cylindrical-coordinate representation of color #D41659: hue angle of 338.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41659 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 89 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.17 |
| HSL | 338.84º | 0.81% | 0.46% | - |
| HSV(B) | 338.84º | 0.9% | 0.83% | - |
| XYZ | 29.24 | 15.29 | 10.86 | - |
| YUV | 86.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 89 | 0 | 0.90 | 0.58 | 0.17 | 338.84 | 0.81 | 0.46 |
| Hex | D4 | 16 | 59 | 0 | 5A | 3A | 11 | 153 | 51 | 2E |
| Octal | 324 | 26 | 131 | 0 | 132 | 72 | 21 | 523 | 121 | 56 |
| Binary | 11010100 | 10110 | 1011001 | 0 | 1011010 | 111010 | 10001 | 101010011 | 1010001 | 101110 |
Color Harmonies of #D41659
Complementary color
Monochromatic Colors of #D41659
Black with #D41659
Text Example
Text Example
White with #D41659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41659; }
p { color: rgb(212,22,89); }
H1.HeaderClassName
{
color: #D41659;
}
.AnyTagClassName
{
color: #D41659;
}
</style>
background-color css
<style>
a { background-color: #D41659; }
a { background-color: rgb(212,22,89); }
div.DivClassName
{
background-color: #D41659;
}
.BgClassName
{
background-color: #D41659;
}
</style>
border-color css
<style>
span { border-color: #D41659; }
span { border-color: rgb(212,22,89); }
td.TdClassName
{
border-color: #D41659;
}
.TagClassName
{
border-color: #D41659;
}
</style>