Shades of Ruby #D61860
Tints of Ruby #D61860
RGB
CMYK
RGB Variations
Color information
#D61860 (or 0xD61860) is known color: Ruby. HEX triplet: D6, 18 and 60. RGB value is (214,24,96). Sum of RGB (Red+Green+Blue) = 214+24+96=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D61860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61860 is #29E79F. Grayscale: #585858. Windows color (decimal): -2746272 or 6297814. OLE color: 6297814.
HSL color Cylindrical-coordinate representation of color #D61860: hue angle of 337.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61860 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 96 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.16 |
| HSL | 337.26º | 0.8% | 0.47% | - |
| HSV(B) | 337.26º | 0.89% | 0.84% | - |
| XYZ | 30.17 | 15.79 | 12.52 | - |
| YUV | 89.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 96 | 0 | 0.89 | 0.55 | 0.16 | 337.26 | 0.8 | 0.47 |
| Hex | D6 | 18 | 60 | 0 | 59 | 37 | 10 | 151 | 50 | 2F |
| Octal | 326 | 30 | 140 | 0 | 131 | 67 | 20 | 521 | 120 | 57 |
| Binary | 11010110 | 11000 | 1100000 | 0 | 1011001 | 110111 | 10000 | 101010001 | 1010000 | 101111 |
Color Harmonies of #D61860
Complementary color
Monochromatic Colors of #D61860
Black with #D61860
Text Example
Text Example
White with #D61860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61860; }
p { color: rgb(214,24,96); }
H1.HeaderClassName
{
color: #D61860;
}
.AnyTagClassName
{
color: #D61860;
}
</style>
background-color css
<style>
a { background-color: #D61860; }
a { background-color: rgb(214,24,96); }
div.DivClassName
{
background-color: #D61860;
}
.BgClassName
{
background-color: #D61860;
}
</style>
border-color css
<style>
span { border-color: #D61860; }
span { border-color: rgb(214,24,96); }
td.TdClassName
{
border-color: #D61860;
}
.TagClassName
{
border-color: #D61860;
}
</style>