Shades of Ruby #D2166D
Tints of Ruby #D2166D
RGB
CMYK
RGB Variations
Color information
#D2166D (or 0xD2166D) is known color: Ruby. HEX triplet: D2, 16 and 6D. RGB value is (210,22,109). Sum of RGB (Red+Green+Blue) = 210+22+109=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2166D is #2DE992. Grayscale: #575757. Windows color (decimal): -3008915 or 7149266. OLE color: 7149266.
HSL color Cylindrical-coordinate representation of color #D2166D: hue angle of 332.23º 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 #D2166D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.18 |
| HSL | 332.23º | 0.81% | 0.45% | - |
| HSV(B) | 332.23º | 0.9% | 0.82% | - |
| XYZ | 29.63 | 15.38 | 15.88 | - |
| YUV | 88.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 109 | 0 | 0.90 | 0.48 | 0.18 | 332.23 | 0.81 | 0.45 |
| Hex | D2 | 16 | 6D | 0 | 5A | 30 | 12 | 14C | 51 | 2D |
| Octal | 322 | 26 | 155 | 0 | 132 | 60 | 22 | 514 | 121 | 55 |
| Binary | 11010010 | 10110 | 1101101 | 0 | 1011010 | 110000 | 10010 | 101001100 | 1010001 | 101101 |
Color Harmonies of #D2166D
Complementary color
Monochromatic Colors of #D2166D
Black with #D2166D
Text Example
Text Example
White with #D2166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2166D; }
p { color: rgb(210,22,109); }
H1.HeaderClassName
{
color: #D2166D;
}
.AnyTagClassName
{
color: #D2166D;
}
</style>
background-color css
<style>
a { background-color: #D2166D; }
a { background-color: rgb(210,22,109); }
div.DivClassName
{
background-color: #D2166D;
}
.BgClassName
{
background-color: #D2166D;
}
</style>
border-color css
<style>
span { border-color: #D2166D; }
span { border-color: rgb(210,22,109); }
td.TdClassName
{
border-color: #D2166D;
}
.TagClassName
{
border-color: #D2166D;
}
</style>