Shades of Ruby #D3176E
Tints of Ruby #D3176E
RGB
CMYK
RGB Variations
Color information
#D3176E (or 0xD3176E) is known color: Ruby. HEX triplet: D3, 17 and 6E. RGB value is (211,23,110). Sum of RGB (Red+Green+Blue) = 211+23+110=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3176E is #2CE891. Grayscale: #585858. Windows color (decimal): -2943122 or 7215059. OLE color: 7215059.
HSL color Cylindrical-coordinate representation of color #D3176E: hue angle of 332.23º 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 #D3176E is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 110 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.17 |
| HSL | 332.23º | 0.8% | 0.46% | - |
| HSV(B) | 332.23º | 0.89% | 0.83% | - |
| XYZ | 29.98 | 15.59 | 16.18 | - |
| YUV | 89.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 110 | 0 | 0.89 | 0.48 | 0.17 | 332.23 | 0.8 | 0.46 |
| Hex | D3 | 17 | 6E | 0 | 59 | 30 | 11 | 14C | 50 | 2E |
| Octal | 323 | 27 | 156 | 0 | 131 | 60 | 21 | 514 | 120 | 56 |
| Binary | 11010011 | 10111 | 1101110 | 0 | 1011001 | 110000 | 10001 | 101001100 | 1010000 | 101110 |
Color Harmonies of #D3176E
Complementary color
Monochromatic Colors of #D3176E
Black with #D3176E
Text Example
Text Example
White with #D3176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3176E; }
p { color: rgb(211,23,110); }
H1.HeaderClassName
{
color: #D3176E;
}
.AnyTagClassName
{
color: #D3176E;
}
</style>
background-color css
<style>
a { background-color: #D3176E; }
a { background-color: rgb(211,23,110); }
div.DivClassName
{
background-color: #D3176E;
}
.BgClassName
{
background-color: #D3176E;
}
</style>
border-color css
<style>
span { border-color: #D3176E; }
span { border-color: rgb(211,23,110); }
td.TdClassName
{
border-color: #D3176E;
}
.TagClassName
{
border-color: #D3176E;
}
</style>