Shades of Ruby #D2166B
Tints of Ruby #D2166B
RGB
CMYK
RGB Variations
Color information
#D2166B (or 0xD2166B) is known color: Ruby. HEX triplet: D2, 16 and 6B. RGB value is (210,22,107). Sum of RGB (Red+Green+Blue) = 210+22+107=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2166B is #2DE994. Grayscale: #575757. Windows color (decimal): -3008917 or 7018194. OLE color: 7018194.
HSL color Cylindrical-coordinate representation of color #D2166B: hue angle of 332.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2166B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.18 |
| HSL | 332.87º | 0.81% | 0.45% | - |
| HSV(B) | 332.87º | 0.9% | 0.82% | - |
| XYZ | 29.52 | 15.34 | 15.31 | - |
| YUV | 87.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 107 | 0 | 0.90 | 0.49 | 0.18 | 332.87 | 0.81 | 0.45 |
| Hex | D2 | 16 | 6B | 0 | 5A | 31 | 12 | 14D | 51 | 2D |
| Octal | 322 | 26 | 153 | 0 | 132 | 61 | 22 | 515 | 121 | 55 |
| Binary | 11010010 | 10110 | 1101011 | 0 | 1011010 | 110001 | 10010 | 101001101 | 1010001 | 101101 |
Color Harmonies of #D2166B
Complementary color
Monochromatic Colors of #D2166B
Black with #D2166B
Text Example
Text Example
White with #D2166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2166B; }
p { color: rgb(210,22,107); }
H1.HeaderClassName
{
color: #D2166B;
}
.AnyTagClassName
{
color: #D2166B;
}
</style>
background-color css
<style>
a { background-color: #D2166B; }
a { background-color: rgb(210,22,107); }
div.DivClassName
{
background-color: #D2166B;
}
.BgClassName
{
background-color: #D2166B;
}
</style>
border-color css
<style>
span { border-color: #D2166B; }
span { border-color: rgb(210,22,107); }
td.TdClassName
{
border-color: #D2166B;
}
.TagClassName
{
border-color: #D2166B;
}
</style>