Shades of Ruby #D01166
Tints of Ruby #D01166
RGB
CMYK
RGB Variations
Color information
#D01166 (or 0xD01166) is known color: Ruby. HEX triplet: D0, 11 and 66. RGB value is (208,17,102). Sum of RGB (Red+Green+Blue) = 208+17+102=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D01166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01166 is #2FEE99. Grayscale: #535353. Windows color (decimal): -3141274 or 6689232. OLE color: 6689232.
HSL color Cylindrical-coordinate representation of color #D01166: hue angle of 333.3º degrees, saturation: 0.85, 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 #D01166 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 102 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.18 |
| HSL | 333.3º | 0.85% | 0.44% | - |
| HSV(B) | 333.3º | 0.92% | 0.82% | - |
| XYZ | 28.61 | 14.77 | 13.91 | - |
| YUV | 83.8 | 138.28 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 102 | 0 | 0.92 | 0.51 | 0.18 | 333.3 | 0.85 | 0.44 |
| Hex | D0 | 11 | 66 | 0 | 5C | 33 | 12 | 14D | 55 | 2C |
| Octal | 320 | 21 | 146 | 0 | 134 | 63 | 22 | 515 | 125 | 54 |
| Binary | 11010000 | 10001 | 1100110 | 0 | 1011100 | 110011 | 10010 | 101001101 | 1010101 | 101100 |
Color Harmonies of #D01166
Complementary color
Monochromatic Colors of #D01166
Black with #D01166
Text Example
Text Example
White with #D01166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01166; }
p { color: rgb(208,17,102); }
H1.HeaderClassName
{
color: #D01166;
}
.AnyTagClassName
{
color: #D01166;
}
</style>
background-color css
<style>
a { background-color: #D01166; }
a { background-color: rgb(208,17,102); }
div.DivClassName
{
background-color: #D01166;
}
.BgClassName
{
background-color: #D01166;
}
</style>
border-color css
<style>
span { border-color: #D01166; }
span { border-color: rgb(208,17,102); }
td.TdClassName
{
border-color: #D01166;
}
.TagClassName
{
border-color: #D01166;
}
</style>