Shades of Ruby #D61651
Tints of Ruby #D61651
RGB
CMYK
RGB Variations
Color information
#D61651 (or 0xD61651) is known color: Ruby. HEX triplet: D6, 16 and 51. RGB value is (214,22,81). Sum of RGB (Red+Green+Blue) = 214+22+81=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D61651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61651 is #29E9AE. Grayscale: #565656. Windows color (decimal): -2746799 or 5314262. OLE color: 5314262.
HSL color Cylindrical-coordinate representation of color #D61651: hue angle of 341.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61651 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 81 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.16 |
| HSL | 341.56º | 0.81% | 0.46% | - |
| HSV(B) | 341.56º | 0.9% | 0.84% | - |
| XYZ | 29.5 | 15.46 | 9.21 | - |
| YUV | 86.13 | 125.11 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 81 | 0 | 0.90 | 0.62 | 0.16 | 341.56 | 0.81 | 0.46 |
| Hex | D6 | 16 | 51 | 0 | 5A | 3E | 10 | 156 | 51 | 2E |
| Octal | 326 | 26 | 121 | 0 | 132 | 76 | 20 | 526 | 121 | 56 |
| Binary | 11010110 | 10110 | 1010001 | 0 | 1011010 | 111110 | 10000 | 101010110 | 1010001 | 101110 |
Color Harmonies of #D61651
Complementary color
Monochromatic Colors of #D61651
Black with #D61651
Text Example
Text Example
White with #D61651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61651; }
p { color: rgb(214,22,81); }
H1.HeaderClassName
{
color: #D61651;
}
.AnyTagClassName
{
color: #D61651;
}
</style>
background-color css
<style>
a { background-color: #D61651; }
a { background-color: rgb(214,22,81); }
div.DivClassName
{
background-color: #D61651;
}
.BgClassName
{
background-color: #D61651;
}
</style>
border-color css
<style>
span { border-color: #D61651; }
span { border-color: rgb(214,22,81); }
td.TdClassName
{
border-color: #D61651;
}
.TagClassName
{
border-color: #D61651;
}
</style>