Shades of Ruby #D0166F
Tints of Ruby #D0166F
RGB
CMYK
RGB Variations
Color information
#D0166F (or 0xD0166F) is known color: Ruby. HEX triplet: D0, 16 and 6F. RGB value is (208,22,111). Sum of RGB (Red+Green+Blue) = 208+22+111=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0166F is #2FE990. Grayscale: #575757. Windows color (decimal): -3139985 or 7280336. OLE color: 7280336.
HSL color Cylindrical-coordinate representation of color #D0166F: hue angle of 331.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0166F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.18 |
| HSL | 331.29º | 0.81% | 0.45% | - |
| HSV(B) | 331.29º | 0.89% | 0.82% | - |
| XYZ | 29.17 | 15.13 | 16.42 | - |
| YUV | 87.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 111 | 0 | 0.89 | 0.47 | 0.18 | 331.29 | 0.81 | 0.45 |
| Hex | D0 | 16 | 6F | 0 | 59 | 2F | 12 | 14B | 51 | 2D |
| Octal | 320 | 26 | 157 | 0 | 131 | 57 | 22 | 513 | 121 | 55 |
| Binary | 11010000 | 10110 | 1101111 | 0 | 1011001 | 101111 | 10010 | 101001011 | 1010001 | 101101 |
Color Harmonies of #D0166F
Complementary color
Monochromatic Colors of #D0166F
Black with #D0166F
Text Example
Text Example
White with #D0166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0166F; }
p { color: rgb(208,22,111); }
H1.HeaderClassName
{
color: #D0166F;
}
.AnyTagClassName
{
color: #D0166F;
}
</style>
background-color css
<style>
a { background-color: #D0166F; }
a { background-color: rgb(208,22,111); }
div.DivClassName
{
background-color: #D0166F;
}
.BgClassName
{
background-color: #D0166F;
}
</style>
border-color css
<style>
span { border-color: #D0166F; }
span { border-color: rgb(208,22,111); }
td.TdClassName
{
border-color: #D0166F;
}
.TagClassName
{
border-color: #D0166F;
}
</style>