Shades of Ruby #D61758
Tints of Ruby #D61758
RGB
CMYK
RGB Variations
Color information
#D61758 (or 0xD61758) is known color: Ruby. HEX triplet: D6, 17 and 58. RGB value is (214,23,88). Sum of RGB (Red+Green+Blue) = 214+23+88=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D61758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61758 is #29E8A7. Grayscale: #575757. Windows color (decimal): -2746536 or 5773270. OLE color: 5773270.
HSL color Cylindrical-coordinate representation of color #D61758: hue angle of 339.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61758 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 88 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.16 |
| HSL | 339.58º | 0.81% | 0.46% | - |
| HSV(B) | 339.58º | 0.89% | 0.84% | - |
| XYZ | 29.8 | 15.61 | 10.68 | - |
| YUV | 87.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 88 | 0 | 0.89 | 0.59 | 0.16 | 339.58 | 0.81 | 0.46 |
| Hex | D6 | 17 | 58 | 0 | 59 | 3B | 10 | 154 | 51 | 2E |
| Octal | 326 | 27 | 130 | 0 | 131 | 73 | 20 | 524 | 121 | 56 |
| Binary | 11010110 | 10111 | 1011000 | 0 | 1011001 | 111011 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D61758
Complementary color
Monochromatic Colors of #D61758
Black with #D61758
Text Example
Text Example
White with #D61758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61758; }
p { color: rgb(214,23,88); }
H1.HeaderClassName
{
color: #D61758;
}
.AnyTagClassName
{
color: #D61758;
}
</style>
background-color css
<style>
a { background-color: #D61758; }
a { background-color: rgb(214,23,88); }
div.DivClassName
{
background-color: #D61758;
}
.BgClassName
{
background-color: #D61758;
}
</style>
border-color css
<style>
span { border-color: #D61758; }
span { border-color: rgb(214,23,88); }
td.TdClassName
{
border-color: #D61758;
}
.TagClassName
{
border-color: #D61758;
}
</style>