Shades of Ruby #D61165
Tints of Ruby #D61165
RGB
CMYK
RGB Variations
Color information
#D61165 (or 0xD61165) is known color: Ruby. HEX triplet: D6, 11 and 65. RGB value is (214,17,101). Sum of RGB (Red+Green+Blue) = 214+17+101=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D61165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61165 is #29EE9A. Grayscale: #555555. Windows color (decimal): -2748059 or 6623702. OLE color: 6623702.
HSL color Cylindrical-coordinate representation of color #D61165: hue angle of 334.42º 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 #D61165 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.16 |
| HSL | 334.42º | 0.85% | 0.45% | - |
| HSV(B) | 334.42º | 0.92% | 0.84% | - |
| XYZ | 30.28 | 15.64 | 13.73 | - |
| YUV | 85.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 101 | 0 | 0.92 | 0.53 | 0.16 | 334.42 | 0.85 | 0.45 |
| Hex | D6 | 11 | 65 | 0 | 5C | 35 | 10 | 14E | 55 | 2D |
| Octal | 326 | 21 | 145 | 0 | 134 | 65 | 20 | 516 | 125 | 55 |
| Binary | 11010110 | 10001 | 1100101 | 0 | 1011100 | 110101 | 10000 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D61165
Complementary color
Monochromatic Colors of #D61165
Black with #D61165
Text Example
Text Example
White with #D61165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61165; }
p { color: rgb(214,17,101); }
H1.HeaderClassName
{
color: #D61165;
}
.AnyTagClassName
{
color: #D61165;
}
</style>
background-color css
<style>
a { background-color: #D61165; }
a { background-color: rgb(214,17,101); }
div.DivClassName
{
background-color: #D61165;
}
.BgClassName
{
background-color: #D61165;
}
</style>
border-color css
<style>
span { border-color: #D61165; }
span { border-color: rgb(214,17,101); }
td.TdClassName
{
border-color: #D61165;
}
.TagClassName
{
border-color: #D61165;
}
</style>