Shades of Ruby #D3105B
Tints of Ruby #D3105B
RGB
CMYK
RGB Variations
Color information
#D3105B (or 0xD3105B) is known color: Ruby. HEX triplet: D3, 10 and 5B. RGB value is (211,16,91). Sum of RGB (Red+Green+Blue) = 211+16+91=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D3105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3105B is #2CEFA4. Grayscale: #525252. Windows color (decimal): -2944933 or 5968083. OLE color: 5968083.
HSL color Cylindrical-coordinate representation of color #D3105B: hue angle of 336.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3105B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.17 |
| HSL | 336.92º | 0.86% | 0.45% | - |
| HSV(B) | 336.92º | 0.92% | 0.83% | - |
| XYZ | 28.94 | 14.97 | 11.26 | - |
| YUV | 82.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 91 | 0 | 0.92 | 0.57 | 0.17 | 336.92 | 0.86 | 0.45 |
| Hex | D3 | 10 | 5B | 0 | 5C | 39 | 11 | 151 | 56 | 2D |
| Octal | 323 | 20 | 133 | 0 | 134 | 71 | 21 | 521 | 126 | 55 |
| Binary | 11010011 | 10000 | 1011011 | 0 | 1011100 | 111001 | 10001 | 101010001 | 1010110 | 101101 |
Color Harmonies of #D3105B
Complementary color
Monochromatic Colors of #D3105B
Black with #D3105B
Text Example
Text Example
White with #D3105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3105B; }
p { color: rgb(211,16,91); }
H1.HeaderClassName
{
color: #D3105B;
}
.AnyTagClassName
{
color: #D3105B;
}
</style>
background-color css
<style>
a { background-color: #D3105B; }
a { background-color: rgb(211,16,91); }
div.DivClassName
{
background-color: #D3105B;
}
.BgClassName
{
background-color: #D3105B;
}
</style>
border-color css
<style>
span { border-color: #D3105B; }
span { border-color: rgb(211,16,91); }
td.TdClassName
{
border-color: #D3105B;
}
.TagClassName
{
border-color: #D3105B;
}
</style>