Shades of Ruby #D6165C
Tints of Ruby #D6165C
RGB
CMYK
RGB Variations
Color information
#D6165C (or 0xD6165C) is known color: Ruby. HEX triplet: D6, 16 and 5C. RGB value is (214,22,92). Sum of RGB (Red+Green+Blue) = 214+22+92=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6165C is #29E9A3. Grayscale: #575757. Windows color (decimal): -2746788 or 6035158. OLE color: 6035158.
HSL color Cylindrical-coordinate representation of color #D6165C: hue angle of 338.12º 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 #D6165C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.16 |
| HSL | 338.13º | 0.81% | 0.46% | - |
| HSV(B) | 338.13º | 0.9% | 0.84% | - |
| XYZ | 29.95 | 15.64 | 11.57 | - |
| YUV | 87.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 92 | 0 | 0.90 | 0.57 | 0.16 | 338.13 | 0.81 | 0.46 |
| Hex | D6 | 16 | 5C | 0 | 5A | 39 | 10 | 152 | 51 | 2E |
| Octal | 326 | 26 | 134 | 0 | 132 | 71 | 20 | 522 | 121 | 56 |
| Binary | 11010110 | 10110 | 1011100 | 0 | 1011010 | 111001 | 10000 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D6165C
Complementary color
Monochromatic Colors of #D6165C
Black with #D6165C
Text Example
Text Example
White with #D6165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6165C; }
p { color: rgb(214,22,92); }
H1.HeaderClassName
{
color: #D6165C;
}
.AnyTagClassName
{
color: #D6165C;
}
</style>
background-color css
<style>
a { background-color: #D6165C; }
a { background-color: rgb(214,22,92); }
div.DivClassName
{
background-color: #D6165C;
}
.BgClassName
{
background-color: #D6165C;
}
</style>
border-color css
<style>
span { border-color: #D6165C; }
span { border-color: rgb(214,22,92); }
td.TdClassName
{
border-color: #D6165C;
}
.TagClassName
{
border-color: #D6165C;
}
</style>