Shades of Ruby #D3166D
Tints of Ruby #D3166D
RGB
CMYK
RGB Variations
Color information
#D3166D (or 0xD3166D) is known color: Ruby. HEX triplet: D3, 16 and 6D. RGB value is (211,22,109). Sum of RGB (Red+Green+Blue) = 211+22+109=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3166D is #2CE992. Grayscale: #585858. Windows color (decimal): -2943379 or 7149267. OLE color: 7149267.
HSL color Cylindrical-coordinate representation of color #D3166D: hue angle of 332.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3166D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.17 |
| HSL | 332.38º | 0.81% | 0.46% | - |
| HSV(B) | 332.38º | 0.9% | 0.83% | - |
| XYZ | 29.91 | 15.53 | 15.89 | - |
| YUV | 88.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 109 | 0 | 0.90 | 0.48 | 0.17 | 332.38 | 0.81 | 0.46 |
| Hex | D3 | 16 | 6D | 0 | 5A | 30 | 11 | 14C | 51 | 2E |
| Octal | 323 | 26 | 155 | 0 | 132 | 60 | 21 | 514 | 121 | 56 |
| Binary | 11010011 | 10110 | 1101101 | 0 | 1011010 | 110000 | 10001 | 101001100 | 1010001 | 101110 |
Color Harmonies of #D3166D
Complementary color
Monochromatic Colors of #D3166D
Black with #D3166D
Text Example
Text Example
White with #D3166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3166D; }
p { color: rgb(211,22,109); }
H1.HeaderClassName
{
color: #D3166D;
}
.AnyTagClassName
{
color: #D3166D;
}
</style>
background-color css
<style>
a { background-color: #D3166D; }
a { background-color: rgb(211,22,109); }
div.DivClassName
{
background-color: #D3166D;
}
.BgClassName
{
background-color: #D3166D;
}
</style>
border-color css
<style>
span { border-color: #D3166D; }
span { border-color: rgb(211,22,109); }
td.TdClassName
{
border-color: #D3166D;
}
.TagClassName
{
border-color: #D3166D;
}
</style>