Shades of Ruby #D4176C
Tints of Ruby #D4176C
RGB
CMYK
RGB Variations
Color information
#D4176C (or 0xD4176C) is known color: Ruby. HEX triplet: D4, 17 and 6C. RGB value is (212,23,108). Sum of RGB (Red+Green+Blue) = 212+23+108=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4176C is #2BE893. Grayscale: #595959. Windows color (decimal): -2877588 or 7083988. OLE color: 7083988.
HSL color Cylindrical-coordinate representation of color #D4176C: hue angle of 333.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4176C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.17 |
| HSL | 333.02º | 0.8% | 0.46% | - |
| HSV(B) | 333.02º | 0.89% | 0.83% | - |
| XYZ | 30.16 | 15.69 | 15.63 | - |
| YUV | 89.2 | 138.62 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 108 | 0 | 0.89 | 0.49 | 0.17 | 333.02 | 0.8 | 0.46 |
| Hex | D4 | 17 | 6C | 0 | 59 | 31 | 11 | 14D | 50 | 2E |
| Octal | 324 | 27 | 154 | 0 | 131 | 61 | 21 | 515 | 120 | 56 |
| Binary | 11010100 | 10111 | 1101100 | 0 | 1011001 | 110001 | 10001 | 101001101 | 1010000 | 101110 |
Color Harmonies of #D4176C
Complementary color
Monochromatic Colors of #D4176C
Black with #D4176C
Text Example
Text Example
White with #D4176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4176C; }
p { color: rgb(212,23,108); }
H1.HeaderClassName
{
color: #D4176C;
}
.AnyTagClassName
{
color: #D4176C;
}
</style>
background-color css
<style>
a { background-color: #D4176C; }
a { background-color: rgb(212,23,108); }
div.DivClassName
{
background-color: #D4176C;
}
.BgClassName
{
background-color: #D4176C;
}
</style>
border-color css
<style>
span { border-color: #D4176C; }
span { border-color: rgb(212,23,108); }
td.TdClassName
{
border-color: #D4176C;
}
.TagClassName
{
border-color: #D4176C;
}
</style>