Shades of Ruby #D0116B
Tints of Ruby #D0116B
RGB
CMYK
RGB Variations
Color information
#D0116B (or 0xD0116B) is known color: Ruby. HEX triplet: D0, 11 and 6B. RGB value is (208,17,107). Sum of RGB (Red+Green+Blue) = 208+17+107=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0116B is #2FEE94. Grayscale: #545454. Windows color (decimal): -3141269 or 7016912. OLE color: 7016912.
HSL color Cylindrical-coordinate representation of color #D0116B: hue angle of 331.73º 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 #D0116B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 107 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.18 |
| HSL | 331.73º | 0.85% | 0.44% | - |
| HSV(B) | 331.73º | 0.92% | 0.82% | - |
| XYZ | 28.87 | 14.87 | 15.26 | - |
| YUV | 84.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 107 | 0 | 0.92 | 0.49 | 0.18 | 331.73 | 0.85 | 0.44 |
| Hex | D0 | 11 | 6B | 0 | 5C | 31 | 12 | 14C | 55 | 2C |
| Octal | 320 | 21 | 153 | 0 | 134 | 61 | 22 | 514 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101011 | 0 | 1011100 | 110001 | 10010 | 101001100 | 1010101 | 101100 |
Color Harmonies of #D0116B
Complementary color
Monochromatic Colors of #D0116B
Black with #D0116B
Text Example
Text Example
White with #D0116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0116B; }
p { color: rgb(208,17,107); }
H1.HeaderClassName
{
color: #D0116B;
}
.AnyTagClassName
{
color: #D0116B;
}
</style>
background-color css
<style>
a { background-color: #D0116B; }
a { background-color: rgb(208,17,107); }
div.DivClassName
{
background-color: #D0116B;
}
.BgClassName
{
background-color: #D0116B;
}
</style>
border-color css
<style>
span { border-color: #D0116B; }
span { border-color: rgb(208,17,107); }
td.TdClassName
{
border-color: #D0116B;
}
.TagClassName
{
border-color: #D0116B;
}
</style>