Shades of Ruby #D61961
Tints of Ruby #D61961
RGB
CMYK
RGB Variations
Color information
#D61961 (or 0xD61961) is known color: Ruby. HEX triplet: D6, 19 and 61. RGB value is (214,25,97). Sum of RGB (Red+Green+Blue) = 214+25+97=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D61961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61961 is #29E69E. Grayscale: #595959. Windows color (decimal): -2746015 or 6363606. OLE color: 6363606.
HSL color Cylindrical-coordinate representation of color #D61961: hue angle of 337.14º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61961 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 97 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.16 |
| HSL | 337.14º | 0.79% | 0.47% | - |
| HSV(B) | 337.14º | 0.88% | 0.84% | - |
| XYZ | 30.24 | 15.85 | 12.78 | - |
| YUV | 89.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 97 | 0 | 0.88 | 0.55 | 0.16 | 337.14 | 0.79 | 0.47 |
| Hex | D6 | 19 | 61 | 0 | 58 | 37 | 10 | 151 | 4F | 2F |
| Octal | 326 | 31 | 141 | 0 | 130 | 67 | 20 | 521 | 117 | 57 |
| Binary | 11010110 | 11001 | 1100001 | 0 | 1011000 | 110111 | 10000 | 101010001 | 1001111 | 101111 |
Color Harmonies of #D61961
Complementary color
Monochromatic Colors of #D61961
Black with #D61961
Text Example
Text Example
White with #D61961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61961; }
p { color: rgb(214,25,97); }
H1.HeaderClassName
{
color: #D61961;
}
.AnyTagClassName
{
color: #D61961;
}
</style>
background-color css
<style>
a { background-color: #D61961; }
a { background-color: rgb(214,25,97); }
div.DivClassName
{
background-color: #D61961;
}
.BgClassName
{
background-color: #D61961;
}
</style>
border-color css
<style>
span { border-color: #D61961; }
span { border-color: rgb(214,25,97); }
td.TdClassName
{
border-color: #D61961;
}
.TagClassName
{
border-color: #D61961;
}
</style>