Shades of Ruby #D61762
Tints of Ruby #D61762
RGB
CMYK
RGB Variations
Color information
#D61762 (or 0xD61762) is known color: Ruby. HEX triplet: D6, 17 and 62. RGB value is (214,23,98). Sum of RGB (Red+Green+Blue) = 214+23+98=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61762 is #29E89D. Grayscale: #585858. Windows color (decimal): -2746526 or 6428630. OLE color: 6428630.
HSL color Cylindrical-coordinate representation of color #D61762: hue angle of 336.44º 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 #D61762 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 98 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.16 |
| HSL | 336.44º | 0.81% | 0.46% | - |
| HSV(B) | 336.44º | 0.89% | 0.84% | - |
| XYZ | 30.24 | 15.79 | 13.01 | - |
| YUV | 88.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 98 | 0 | 0.89 | 0.54 | 0.16 | 336.44 | 0.81 | 0.46 |
| Hex | D6 | 17 | 62 | 0 | 59 | 36 | 10 | 150 | 51 | 2E |
| Octal | 326 | 27 | 142 | 0 | 131 | 66 | 20 | 520 | 121 | 56 |
| Binary | 11010110 | 10111 | 1100010 | 0 | 1011001 | 110110 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D61762
Complementary color
Monochromatic Colors of #D61762
Black with #D61762
Text Example
Text Example
White with #D61762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61762; }
p { color: rgb(214,23,98); }
H1.HeaderClassName
{
color: #D61762;
}
.AnyTagClassName
{
color: #D61762;
}
</style>
background-color css
<style>
a { background-color: #D61762; }
a { background-color: rgb(214,23,98); }
div.DivClassName
{
background-color: #D61762;
}
.BgClassName
{
background-color: #D61762;
}
</style>
border-color css
<style>
span { border-color: #D61762; }
span { border-color: rgb(214,23,98); }
td.TdClassName
{
border-color: #D61762;
}
.TagClassName
{
border-color: #D61762;
}
</style>