Shades of Ruby #D41859
Tints of Ruby #D41859
RGB
CMYK
RGB Variations
Color information
#D41859 (or 0xD41859) is known color: Ruby. HEX triplet: D4, 18 and 59. RGB value is (212,24,89). Sum of RGB (Red+Green+Blue) = 212+24+89=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D41859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41859 is #2BE7A6. Grayscale: #575757. Windows color (decimal): -2877351 or 5839060. OLE color: 5839060.
HSL color Cylindrical-coordinate representation of color #D41859: hue angle of 339.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41859 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 89 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.17 |
| HSL | 339.26º | 0.8% | 0.46% | - |
| HSV(B) | 339.26º | 0.89% | 0.83% | - |
| XYZ | 29.28 | 15.37 | 10.87 | - |
| YUV | 87.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 89 | 0 | 0.89 | 0.58 | 0.17 | 339.26 | 0.8 | 0.46 |
| Hex | D4 | 18 | 59 | 0 | 59 | 3A | 11 | 153 | 50 | 2E |
| Octal | 324 | 30 | 131 | 0 | 131 | 72 | 21 | 523 | 120 | 56 |
| Binary | 11010100 | 11000 | 1011001 | 0 | 1011001 | 111010 | 10001 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D41859
Complementary color
Monochromatic Colors of #D41859
Black with #D41859
Text Example
Text Example
White with #D41859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41859; }
p { color: rgb(212,24,89); }
H1.HeaderClassName
{
color: #D41859;
}
.AnyTagClassName
{
color: #D41859;
}
</style>
background-color css
<style>
a { background-color: #D41859; }
a { background-color: rgb(212,24,89); }
div.DivClassName
{
background-color: #D41859;
}
.BgClassName
{
background-color: #D41859;
}
</style>
border-color css
<style>
span { border-color: #D41859; }
span { border-color: rgb(212,24,89); }
td.TdClassName
{
border-color: #D41859;
}
.TagClassName
{
border-color: #D41859;
}
</style>