Shades of Ruby #D5166C
Tints of Ruby #D5166C
RGB
CMYK
RGB Variations
Color information
#D5166C (or 0xD5166C) is known color: Ruby. HEX triplet: D5, 16 and 6C. RGB value is (213,22,108). Sum of RGB (Red+Green+Blue) = 213+22+108=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5166C is #2AE993. Grayscale: #585858. Windows color (decimal): -2812308 or 7083733. OLE color: 7083733.
HSL color Cylindrical-coordinate representation of color #D5166C: hue angle of 332.98º 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 #D5166C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 108 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.16 |
| HSL | 332.98º | 0.81% | 0.46% | - |
| HSV(B) | 332.98º | 0.9% | 0.84% | - |
| XYZ | 30.43 | 15.8 | 15.63 | - |
| YUV | 88.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 108 | 0 | 0.90 | 0.49 | 0.16 | 332.98 | 0.81 | 0.46 |
| Hex | D5 | 16 | 6C | 0 | 5A | 31 | 10 | 14D | 51 | 2E |
| Octal | 325 | 26 | 154 | 0 | 132 | 61 | 20 | 515 | 121 | 56 |
| Binary | 11010101 | 10110 | 1101100 | 0 | 1011010 | 110001 | 10000 | 101001101 | 1010001 | 101110 |
Color Harmonies of #D5166C
Complementary color
Monochromatic Colors of #D5166C
Black with #D5166C
Text Example
Text Example
White with #D5166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5166C; }
p { color: rgb(213,22,108); }
H1.HeaderClassName
{
color: #D5166C;
}
.AnyTagClassName
{
color: #D5166C;
}
</style>
background-color css
<style>
a { background-color: #D5166C; }
a { background-color: rgb(213,22,108); }
div.DivClassName
{
background-color: #D5166C;
}
.BgClassName
{
background-color: #D5166C;
}
</style>
border-color css
<style>
span { border-color: #D5166C; }
span { border-color: rgb(213,22,108); }
td.TdClassName
{
border-color: #D5166C;
}
.TagClassName
{
border-color: #D5166C;
}
</style>