Shades of Ruby #D61167
Tints of Ruby #D61167
RGB
CMYK
RGB Variations
Color information
#D61167 (or 0xD61167) is known color: Ruby. HEX triplet: D6, 11 and 67. RGB value is (214,17,103). Sum of RGB (Red+Green+Blue) = 214+17+103=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D61167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61167 is #29EE98. Grayscale: #555555. Windows color (decimal): -2748057 or 6754774. OLE color: 6754774.
HSL color Cylindrical-coordinate representation of color #D61167: hue angle of 333.81º 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 #D61167 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 103 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.16 |
| HSL | 333.81º | 0.85% | 0.45% | - |
| HSV(B) | 333.81º | 0.92% | 0.84% | - |
| XYZ | 30.38 | 15.68 | 14.26 | - |
| YUV | 85.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 103 | 0 | 0.92 | 0.52 | 0.16 | 333.81 | 0.85 | 0.45 |
| Hex | D6 | 11 | 67 | 0 | 5C | 34 | 10 | 14E | 55 | 2D |
| Octal | 326 | 21 | 147 | 0 | 134 | 64 | 20 | 516 | 125 | 55 |
| Binary | 11010110 | 10001 | 1100111 | 0 | 1011100 | 110100 | 10000 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D61167
Complementary color
Monochromatic Colors of #D61167
Black with #D61167
Text Example
Text Example
White with #D61167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61167; }
p { color: rgb(214,17,103); }
H1.HeaderClassName
{
color: #D61167;
}
.AnyTagClassName
{
color: #D61167;
}
</style>
background-color css
<style>
a { background-color: #D61167; }
a { background-color: rgb(214,17,103); }
div.DivClassName
{
background-color: #D61167;
}
.BgClassName
{
background-color: #D61167;
}
</style>
border-color css
<style>
span { border-color: #D61167; }
span { border-color: rgb(214,17,103); }
td.TdClassName
{
border-color: #D61167;
}
.TagClassName
{
border-color: #D61167;
}
</style>