Shades of Ruby #D0166D
Tints of Ruby #D0166D
RGB
CMYK
RGB Variations
Color information
#D0166D (or 0xD0166D) is known color: Ruby. HEX triplet: D0, 16 and 6D. RGB value is (208,22,109). Sum of RGB (Red+Green+Blue) = 208+22+109=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0166D is #2FE992. Grayscale: #575757. Windows color (decimal): -3139987 or 7149264. OLE color: 7149264.
HSL color Cylindrical-coordinate representation of color #D0166D: hue angle of 331.94º 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 #D0166D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 331.94º | 0.81% | 0.45% | - |
| HSV(B) | 331.94º | 0.89% | 0.82% | - |
| XYZ | 29.06 | 15.09 | 15.85 | - |
| YUV | 87.53 | 140.12 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 109 | 0 | 0.89 | 0.48 | 0.18 | 331.94 | 0.81 | 0.45 |
| Hex | D0 | 16 | 6D | 0 | 59 | 30 | 12 | 14C | 51 | 2D |
| Octal | 320 | 26 | 155 | 0 | 131 | 60 | 22 | 514 | 121 | 55 |
| Binary | 11010000 | 10110 | 1101101 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1010001 | 101101 |
Color Harmonies of #D0166D
Complementary color
Monochromatic Colors of #D0166D
Black with #D0166D
Text Example
Text Example
White with #D0166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0166D; }
p { color: rgb(208,22,109); }
H1.HeaderClassName
{
color: #D0166D;
}
.AnyTagClassName
{
color: #D0166D;
}
</style>
background-color css
<style>
a { background-color: #D0166D; }
a { background-color: rgb(208,22,109); }
div.DivClassName
{
background-color: #D0166D;
}
.BgClassName
{
background-color: #D0166D;
}
</style>
border-color css
<style>
span { border-color: #D0166D; }
span { border-color: rgb(208,22,109); }
td.TdClassName
{
border-color: #D0166D;
}
.TagClassName
{
border-color: #D0166D;
}
</style>