Shades of Ruby #D0116A
Tints of Ruby #D0116A
RGB
CMYK
RGB Variations
Color information
#D0116A (or 0xD0116A) is known color: Ruby. HEX triplet: D0, 11 and 6A. RGB value is (208,17,106). Sum of RGB (Red+Green+Blue) = 208+17+106=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0116A is #2FEE95. Grayscale: #545454. Windows color (decimal): -3141270 or 6951376. OLE color: 6951376.
HSL color Cylindrical-coordinate representation of color #D0116A: hue angle of 332.04º 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 #D0116A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 106 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.18 |
| HSL | 332.04º | 0.85% | 0.44% | - |
| HSV(B) | 332.04º | 0.92% | 0.82% | - |
| XYZ | 28.81 | 14.85 | 14.98 | - |
| YUV | 84.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 106 | 0 | 0.92 | 0.49 | 0.18 | 332.04 | 0.85 | 0.44 |
| Hex | D0 | 11 | 6A | 0 | 5C | 31 | 12 | 14C | 55 | 2C |
| Octal | 320 | 21 | 152 | 0 | 134 | 61 | 22 | 514 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101010 | 0 | 1011100 | 110001 | 10010 | 101001100 | 1010101 | 101100 |
Color Harmonies of #D0116A
Complementary color
Monochromatic Colors of #D0116A
Black with #D0116A
Text Example
Text Example
White with #D0116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0116A; }
p { color: rgb(208,17,106); }
H1.HeaderClassName
{
color: #D0116A;
}
.AnyTagClassName
{
color: #D0116A;
}
</style>
background-color css
<style>
a { background-color: #D0116A; }
a { background-color: rgb(208,17,106); }
div.DivClassName
{
background-color: #D0116A;
}
.BgClassName
{
background-color: #D0116A;
}
</style>
border-color css
<style>
span { border-color: #D0116A; }
span { border-color: rgb(208,17,106); }
td.TdClassName
{
border-color: #D0116A;
}
.TagClassName
{
border-color: #D0116A;
}
</style>