Shades of Ruby #D3165F
Tints of Ruby #D3165F
RGB
CMYK
RGB Variations
Color information
#D3165F (or 0xD3165F) is known color: Ruby. HEX triplet: D3, 16 and 5F. RGB value is (211,22,95). Sum of RGB (Red+Green+Blue) = 211+22+95=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3165F is #2CE9A0. Grayscale: #565656. Windows color (decimal): -2943393 or 6231763. OLE color: 6231763.
HSL color Cylindrical-coordinate representation of color #D3165F: hue angle of 336.83º 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 #D3165F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.17 |
| HSL | 336.83º | 0.81% | 0.46% | - |
| HSV(B) | 336.83º | 0.9% | 0.83% | - |
| XYZ | 29.22 | 15.25 | 12.23 | - |
| YUV | 86.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 95 | 0 | 0.90 | 0.55 | 0.17 | 336.83 | 0.81 | 0.46 |
| Hex | D3 | 16 | 5F | 0 | 5A | 37 | 11 | 151 | 51 | 2E |
| Octal | 323 | 26 | 137 | 0 | 132 | 67 | 21 | 521 | 121 | 56 |
| Binary | 11010011 | 10110 | 1011111 | 0 | 1011010 | 110111 | 10001 | 101010001 | 1010001 | 101110 |
Color Harmonies of #D3165F
Complementary color
Monochromatic Colors of #D3165F
Black with #D3165F
Text Example
Text Example
White with #D3165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3165F; }
p { color: rgb(211,22,95); }
H1.HeaderClassName
{
color: #D3165F;
}
.AnyTagClassName
{
color: #D3165F;
}
</style>
background-color css
<style>
a { background-color: #D3165F; }
a { background-color: rgb(211,22,95); }
div.DivClassName
{
background-color: #D3165F;
}
.BgClassName
{
background-color: #D3165F;
}
</style>
border-color css
<style>
span { border-color: #D3165F; }
span { border-color: rgb(211,22,95); }
td.TdClassName
{
border-color: #D3165F;
}
.TagClassName
{
border-color: #D3165F;
}
</style>