Shades of Ruby #D6176B
Tints of Ruby #D6176B
RGB
CMYK
RGB Variations
Color information
#D6176B (or 0xD6176B) is known color: Ruby. HEX triplet: D6, 17 and 6B. RGB value is (214,23,107). Sum of RGB (Red+Green+Blue) = 214+23+107=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6176B is #29E894. Grayscale: #595959. Windows color (decimal): -2746517 or 7018454. OLE color: 7018454.
HSL color Cylindrical-coordinate representation of color #D6176B: hue angle of 333.61º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6176B is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.16 |
| HSL | 333.61º | 0.81% | 0.46% | - |
| HSV(B) | 333.61º | 0.89% | 0.84% | - |
| XYZ | 30.69 | 15.97 | 15.37 | - |
| YUV | 89.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 107 | 0 | 0.89 | 0.50 | 0.16 | 333.61 | 0.81 | 0.46 |
| Hex | D6 | 17 | 6B | 0 | 59 | 32 | 10 | 14E | 51 | 2E |
| Octal | 326 | 27 | 153 | 0 | 131 | 62 | 20 | 516 | 121 | 56 |
| Binary | 11010110 | 10111 | 1101011 | 0 | 1011001 | 110010 | 10000 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D6176B
Complementary color
Monochromatic Colors of #D6176B
Black with #D6176B
Text Example
Text Example
White with #D6176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6176B; }
p { color: rgb(214,23,107); }
H1.HeaderClassName
{
color: #D6176B;
}
.AnyTagClassName
{
color: #D6176B;
}
</style>
background-color css
<style>
a { background-color: #D6176B; }
a { background-color: rgb(214,23,107); }
div.DivClassName
{
background-color: #D6176B;
}
.BgClassName
{
background-color: #D6176B;
}
</style>
border-color css
<style>
span { border-color: #D6176B; }
span { border-color: rgb(214,23,107); }
td.TdClassName
{
border-color: #D6176B;
}
.TagClassName
{
border-color: #D6176B;
}
</style>