Shades of Ruby #D61162
Tints of Ruby #D61162
RGB
CMYK
RGB Variations
Color information
#D61162 (or 0xD61162) is known color: Ruby. HEX triplet: D6, 11 and 62. RGB value is (214,17,98). Sum of RGB (Red+Green+Blue) = 214+17+98=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D61162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61162 is #29EE9D. Grayscale: #555555. Windows color (decimal): -2748062 or 6427094. OLE color: 6427094.
HSL color Cylindrical-coordinate representation of color #D61162: hue angle of 335.33º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61162 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.16 |
| HSL | 335.33º | 0.85% | 0.45% | - |
| HSV(B) | 335.33º | 0.92% | 0.84% | - |
| XYZ | 30.14 | 15.58 | 12.97 | - |
| YUV | 85.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 98 | 0 | 0.92 | 0.54 | 0.16 | 335.33 | 0.85 | 0.45 |
| Hex | D6 | 11 | 62 | 0 | 5C | 36 | 10 | 14F | 55 | 2D |
| Octal | 326 | 21 | 142 | 0 | 134 | 66 | 20 | 517 | 125 | 55 |
| Binary | 11010110 | 10001 | 1100010 | 0 | 1011100 | 110110 | 10000 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D61162
Complementary color
Monochromatic Colors of #D61162
Black with #D61162
Text Example
Text Example
White with #D61162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61162; }
p { color: rgb(214,17,98); }
H1.HeaderClassName
{
color: #D61162;
}
.AnyTagClassName
{
color: #D61162;
}
</style>
background-color css
<style>
a { background-color: #D61162; }
a { background-color: rgb(214,17,98); }
div.DivClassName
{
background-color: #D61162;
}
.BgClassName
{
background-color: #D61162;
}
</style>
border-color css
<style>
span { border-color: #D61162; }
span { border-color: rgb(214,17,98); }
td.TdClassName
{
border-color: #D61162;
}
.TagClassName
{
border-color: #D61162;
}
</style>