Shades of Ruby #D11065
Tints of Ruby #D11065
RGB
CMYK
RGB Variations
Color information
#D11065 (or 0xD11065) is known color: Ruby. HEX triplet: D1, 10 and 65. RGB value is (209,16,101). Sum of RGB (Red+Green+Blue) = 209+16+101=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D11065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11065 is #2EEF9A. Grayscale: #535353. Windows color (decimal): -3075995 or 6623441. OLE color: 6623441.
HSL color Cylindrical-coordinate representation of color #D11065: hue angle of 333.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11065 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.18 |
| HSL | 333.58º | 0.86% | 0.44% | - |
| HSV(B) | 333.58º | 0.92% | 0.82% | - |
| XYZ | 28.83 | 14.87 | 13.66 | - |
| YUV | 83.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 101 | 0 | 0.92 | 0.52 | 0.18 | 333.58 | 0.86 | 0.44 |
| Hex | D1 | 10 | 65 | 0 | 5C | 34 | 12 | 14E | 56 | 2C |
| Octal | 321 | 20 | 145 | 0 | 134 | 64 | 22 | 516 | 126 | 54 |
| Binary | 11010001 | 10000 | 1100101 | 0 | 1011100 | 110100 | 10010 | 101001110 | 1010110 | 101100 |
Color Harmonies of #D11065
Complementary color
Monochromatic Colors of #D11065
Black with #D11065
Text Example
Text Example
White with #D11065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11065; }
p { color: rgb(209,16,101); }
H1.HeaderClassName
{
color: #D11065;
}
.AnyTagClassName
{
color: #D11065;
}
</style>
background-color css
<style>
a { background-color: #D11065; }
a { background-color: rgb(209,16,101); }
div.DivClassName
{
background-color: #D11065;
}
.BgClassName
{
background-color: #D11065;
}
</style>
border-color css
<style>
span { border-color: #D11065; }
span { border-color: rgb(209,16,101); }
td.TdClassName
{
border-color: #D11065;
}
.TagClassName
{
border-color: #D11065;
}
</style>