Shades of Ruby #D3106B
Tints of Ruby #D3106B
RGB
CMYK
RGB Variations
Color information
#D3106B (or 0xD3106B) is known color: Ruby. HEX triplet: D3, 10 and 6B. RGB value is (211,16,107). Sum of RGB (Red+Green+Blue) = 211+16+107=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D3106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3106B is #2CEF94. Grayscale: #545454. Windows color (decimal): -2944917 or 7016659. OLE color: 7016659.
HSL color Cylindrical-coordinate representation of color #D3106B: hue angle of 332º 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 #D3106B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.17 |
| HSL | 332º | 0.86% | 0.45% | - |
| HSV(B) | 332º | 0.92% | 0.83% | - |
| XYZ | 29.7 | 15.28 | 15.29 | - |
| YUV | 84.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 107 | 0 | 0.92 | 0.49 | 0.17 | 332 | 0.86 | 0.45 |
| Hex | D3 | 10 | 6B | 0 | 5C | 31 | 11 | 14C | 56 | 2D |
| Octal | 323 | 20 | 153 | 0 | 134 | 61 | 21 | 514 | 126 | 55 |
| Binary | 11010011 | 10000 | 1101011 | 0 | 1011100 | 110001 | 10001 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D3106B
Complementary color
Monochromatic Colors of #D3106B
Black with #D3106B
Text Example
Text Example
White with #D3106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3106B; }
p { color: rgb(211,16,107); }
H1.HeaderClassName
{
color: #D3106B;
}
.AnyTagClassName
{
color: #D3106B;
}
</style>
background-color css
<style>
a { background-color: #D3106B; }
a { background-color: rgb(211,16,107); }
div.DivClassName
{
background-color: #D3106B;
}
.BgClassName
{
background-color: #D3106B;
}
</style>
border-color css
<style>
span { border-color: #D3106B; }
span { border-color: rgb(211,16,107); }
td.TdClassName
{
border-color: #D3106B;
}
.TagClassName
{
border-color: #D3106B;
}
</style>