Shades of Ruby #D11069
Tints of Ruby #D11069
RGB
CMYK
RGB Variations
Color information
#D11069 (or 0xD11069) is known color: Ruby. HEX triplet: D1, 10 and 69. RGB value is (209,16,105). Sum of RGB (Red+Green+Blue) = 209+16+105=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D11069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11069 is #2EEF96. Grayscale: #535353. Windows color (decimal): -3075991 or 6885585. OLE color: 6885585.
HSL color Cylindrical-coordinate representation of color #D11069: hue angle of 332.33º 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 #D11069 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 105 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.33º | 0.86% | 0.44% | - |
| HSV(B) | 332.33º | 0.92% | 0.82% | - |
| XYZ | 29.03 | 14.95 | 14.72 | - |
| YUV | 83.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 105 | 0 | 0.92 | 0.50 | 0.18 | 332.33 | 0.86 | 0.44 |
| Hex | D1 | 10 | 69 | 0 | 5C | 32 | 12 | 14C | 56 | 2C |
| Octal | 321 | 20 | 151 | 0 | 134 | 62 | 22 | 514 | 126 | 54 |
| Binary | 11010001 | 10000 | 1101001 | 0 | 1011100 | 110010 | 10010 | 101001100 | 1010110 | 101100 |
Color Harmonies of #D11069
Complementary color
Monochromatic Colors of #D11069
Black with #D11069
Text Example
Text Example
White with #D11069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11069; }
p { color: rgb(209,16,105); }
H1.HeaderClassName
{
color: #D11069;
}
.AnyTagClassName
{
color: #D11069;
}
</style>
background-color css
<style>
a { background-color: #D11069; }
a { background-color: rgb(209,16,105); }
div.DivClassName
{
background-color: #D11069;
}
.BgClassName
{
background-color: #D11069;
}
</style>
border-color css
<style>
span { border-color: #D11069; }
span { border-color: rgb(209,16,105); }
td.TdClassName
{
border-color: #D11069;
}
.TagClassName
{
border-color: #D11069;
}
</style>