Shades of Ruby #D3196D
Tints of Ruby #D3196D
RGB
CMYK
RGB Variations
Color information
#D3196D (or 0xD3196D) is known color: Ruby. HEX triplet: D3, 19 and 6D. RGB value is (211,25,109). Sum of RGB (Red+Green+Blue) = 211+25+109=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D3196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3196D is #2CE692. Grayscale: #5A5A5A. Windows color (decimal): -2942611 or 7150035. OLE color: 7150035.
HSL color Cylindrical-coordinate representation of color #D3196D: hue angle of 332.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3196D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 109 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.17 |
| HSL | 332.9º | 0.79% | 0.46% | - |
| HSV(B) | 332.9º | 0.88% | 0.83% | - |
| XYZ | 29.97 | 15.65 | 15.91 | - |
| YUV | 90.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 109 | 0 | 0.88 | 0.48 | 0.17 | 332.9 | 0.79 | 0.46 |
| Hex | D3 | 19 | 6D | 0 | 58 | 30 | 11 | 14D | 4F | 2E |
| Octal | 323 | 31 | 155 | 0 | 130 | 60 | 21 | 515 | 117 | 56 |
| Binary | 11010011 | 11001 | 1101101 | 0 | 1011000 | 110000 | 10001 | 101001101 | 1001111 | 101110 |
Color Harmonies of #D3196D
Complementary color
Monochromatic Colors of #D3196D
Black with #D3196D
Text Example
Text Example
White with #D3196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3196D; }
p { color: rgb(211,25,109); }
H1.HeaderClassName
{
color: #D3196D;
}
.AnyTagClassName
{
color: #D3196D;
}
</style>
background-color css
<style>
a { background-color: #D3196D; }
a { background-color: rgb(211,25,109); }
div.DivClassName
{
background-color: #D3196D;
}
.BgClassName
{
background-color: #D3196D;
}
</style>
border-color css
<style>
span { border-color: #D3196D; }
span { border-color: rgb(211,25,109); }
td.TdClassName
{
border-color: #D3196D;
}
.TagClassName
{
border-color: #D3196D;
}
</style>