Shades of Ruby #D61051
Tints of Ruby #D61051
RGB
CMYK
RGB Variations
Color information
#D61051 (or 0xD61051) is known color: Ruby. HEX triplet: D6, 10 and 51. RGB value is (214,16,81). Sum of RGB (Red+Green+Blue) = 214+16+81=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D61051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61051 is #29EFAE. Grayscale: #525252. Windows color (decimal): -2748335 or 5312726. OLE color: 5312726.
HSL color Cylindrical-coordinate representation of color #D61051: hue angle of 340.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61051 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 81 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.16 |
| HSL | 340.3º | 0.86% | 0.45% | - |
| HSV(B) | 340.3º | 0.93% | 0.84% | - |
| XYZ | 29.4 | 15.26 | 9.18 | - |
| YUV | 82.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 81 | 0 | 0.93 | 0.62 | 0.16 | 340.3 | 0.86 | 0.45 |
| Hex | D6 | 10 | 51 | 0 | 5D | 3E | 10 | 154 | 56 | 2D |
| Octal | 326 | 20 | 121 | 0 | 135 | 76 | 20 | 524 | 126 | 55 |
| Binary | 11010110 | 10000 | 1010001 | 0 | 1011101 | 111110 | 10000 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D61051
Complementary color
Monochromatic Colors of #D61051
Black with #D61051
Text Example
Text Example
White with #D61051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61051; }
p { color: rgb(214,16,81); }
H1.HeaderClassName
{
color: #D61051;
}
.AnyTagClassName
{
color: #D61051;
}
</style>
background-color css
<style>
a { background-color: #D61051; }
a { background-color: rgb(214,16,81); }
div.DivClassName
{
background-color: #D61051;
}
.BgClassName
{
background-color: #D61051;
}
</style>
border-color css
<style>
span { border-color: #D61051; }
span { border-color: rgb(214,16,81); }
td.TdClassName
{
border-color: #D61051;
}
.TagClassName
{
border-color: #D61051;
}
</style>