Shades of Ruby #D11068
Tints of Ruby #D11068
RGB
CMYK
RGB Variations
Color information
#D11068 (or 0xD11068) is known color: Ruby. HEX triplet: D1, 10 and 68. RGB value is (209,16,104). Sum of RGB (Red+Green+Blue) = 209+16+104=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D11068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11068 is #2EEF97. Grayscale: #535353. Windows color (decimal): -3075992 or 6820049. OLE color: 6820049.
HSL color Cylindrical-coordinate representation of color #D11068: hue angle of 332.64º 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 #D11068 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 104 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.18 |
| HSL | 332.64º | 0.86% | 0.44% | - |
| HSV(B) | 332.64º | 0.92% | 0.82% | - |
| XYZ | 28.98 | 14.93 | 14.45 | - |
| YUV | 83.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 104 | 0 | 0.92 | 0.50 | 0.18 | 332.64 | 0.86 | 0.44 |
| Hex | D1 | 10 | 68 | 0 | 5C | 32 | 12 | 14D | 56 | 2C |
| Octal | 321 | 20 | 150 | 0 | 134 | 62 | 22 | 515 | 126 | 54 |
| Binary | 11010001 | 10000 | 1101000 | 0 | 1011100 | 110010 | 10010 | 101001101 | 1010110 | 101100 |
Color Harmonies of #D11068
Complementary color
Monochromatic Colors of #D11068
Black with #D11068
Text Example
Text Example
White with #D11068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11068; }
p { color: rgb(209,16,104); }
H1.HeaderClassName
{
color: #D11068;
}
.AnyTagClassName
{
color: #D11068;
}
</style>
background-color css
<style>
a { background-color: #D11068; }
a { background-color: rgb(209,16,104); }
div.DivClassName
{
background-color: #D11068;
}
.BgClassName
{
background-color: #D11068;
}
</style>
border-color css
<style>
span { border-color: #D11068; }
span { border-color: rgb(209,16,104); }
td.TdClassName
{
border-color: #D11068;
}
.TagClassName
{
border-color: #D11068;
}
</style>