Shades of Ruby #D2166E
Tints of Ruby #D2166E
RGB
CMYK
RGB Variations
Color information
#D2166E (or 0xD2166E) is known color: Ruby. HEX triplet: D2, 16 and 6E. RGB value is (210,22,110). Sum of RGB (Red+Green+Blue) = 210+22+110=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2166E is #2DE991. Grayscale: #585858. Windows color (decimal): -3008914 or 7214802. OLE color: 7214802.
HSL color Cylindrical-coordinate representation of color #D2166E: hue angle of 331.91º 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 #D2166E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.18 |
| HSL | 331.91º | 0.81% | 0.45% | - |
| HSV(B) | 331.91º | 0.9% | 0.82% | - |
| XYZ | 29.68 | 15.4 | 16.16 | - |
| YUV | 88.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 110 | 0 | 0.90 | 0.48 | 0.18 | 331.91 | 0.81 | 0.45 |
| Hex | D2 | 16 | 6E | 0 | 5A | 30 | 12 | 14C | 51 | 2D |
| Octal | 322 | 26 | 156 | 0 | 132 | 60 | 22 | 514 | 121 | 55 |
| Binary | 11010010 | 10110 | 1101110 | 0 | 1011010 | 110000 | 10010 | 101001100 | 1010001 | 101101 |
Color Harmonies of #D2166E
Complementary color
Monochromatic Colors of #D2166E
Black with #D2166E
Text Example
Text Example
White with #D2166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2166E; }
p { color: rgb(210,22,110); }
H1.HeaderClassName
{
color: #D2166E;
}
.AnyTagClassName
{
color: #D2166E;
}
</style>
background-color css
<style>
a { background-color: #D2166E; }
a { background-color: rgb(210,22,110); }
div.DivClassName
{
background-color: #D2166E;
}
.BgClassName
{
background-color: #D2166E;
}
</style>
border-color css
<style>
span { border-color: #D2166E; }
span { border-color: rgb(210,22,110); }
td.TdClassName
{
border-color: #D2166E;
}
.TagClassName
{
border-color: #D2166E;
}
</style>