Shades of Ruby #D41758
Tints of Ruby #D41758
RGB
CMYK
RGB Variations
Color information
#D41758 (or 0xD41758) is known color: Ruby. HEX triplet: D4, 17 and 58. RGB value is (212,23,88). Sum of RGB (Red+Green+Blue) = 212+23+88=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D41758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41758 is #2BE8A7. Grayscale: #565656. Windows color (decimal): -2877608 or 5773268. OLE color: 5773268.
HSL color Cylindrical-coordinate representation of color #D41758: hue angle of 339.37º 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 #D41758 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 88 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.17 |
| HSL | 339.37º | 0.8% | 0.46% | - |
| HSV(B) | 339.37º | 0.89% | 0.83% | - |
| XYZ | 29.22 | 15.31 | 10.65 | - |
| YUV | 86.92 | 128.62 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 88 | 0 | 0.89 | 0.58 | 0.17 | 339.37 | 0.8 | 0.46 |
| Hex | D4 | 17 | 58 | 0 | 59 | 3A | 11 | 153 | 50 | 2E |
| Octal | 324 | 27 | 130 | 0 | 131 | 72 | 21 | 523 | 120 | 56 |
| Binary | 11010100 | 10111 | 1011000 | 0 | 1011001 | 111010 | 10001 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D41758
Complementary color
Monochromatic Colors of #D41758
Black with #D41758
Text Example
Text Example
White with #D41758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41758; }
p { color: rgb(212,23,88); }
H1.HeaderClassName
{
color: #D41758;
}
.AnyTagClassName
{
color: #D41758;
}
</style>
background-color css
<style>
a { background-color: #D41758; }
a { background-color: rgb(212,23,88); }
div.DivClassName
{
background-color: #D41758;
}
.BgClassName
{
background-color: #D41758;
}
</style>
border-color css
<style>
span { border-color: #D41758; }
span { border-color: rgb(212,23,88); }
td.TdClassName
{
border-color: #D41758;
}
.TagClassName
{
border-color: #D41758;
}
</style>