Shades of Ruby #D2116C
Tints of Ruby #D2116C
RGB
CMYK
RGB Variations
Color information
#D2116C (or 0xD2116C) is known color: Ruby. HEX triplet: D2, 11 and 6C. RGB value is (210,17,108). Sum of RGB (Red+Green+Blue) = 210+17+108=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2116C is #2DEE93. Grayscale: #545454. Windows color (decimal): -3010196 or 7082450. OLE color: 7082450.
HSL color Cylindrical-coordinate representation of color #D2116C: hue angle of 331.71º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2116C is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.18 |
| HSL | 331.71º | 0.85% | 0.45% | - |
| HSV(B) | 331.71º | 0.92% | 0.82% | - |
| XYZ | 29.49 | 15.19 | 15.56 | - |
| YUV | 85.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 108 | 0 | 0.92 | 0.49 | 0.18 | 331.71 | 0.85 | 0.45 |
| Hex | D2 | 11 | 6C | 0 | 5C | 31 | 12 | 14C | 55 | 2D |
| Octal | 322 | 21 | 154 | 0 | 134 | 61 | 22 | 514 | 125 | 55 |
| Binary | 11010010 | 10001 | 1101100 | 0 | 1011100 | 110001 | 10010 | 101001100 | 1010101 | 101101 |
Color Harmonies of #D2116C
Complementary color
Monochromatic Colors of #D2116C
Black with #D2116C
Text Example
Text Example
White with #D2116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2116C; }
p { color: rgb(210,17,108); }
H1.HeaderClassName
{
color: #D2116C;
}
.AnyTagClassName
{
color: #D2116C;
}
</style>
background-color css
<style>
a { background-color: #D2116C; }
a { background-color: rgb(210,17,108); }
div.DivClassName
{
background-color: #D2116C;
}
.BgClassName
{
background-color: #D2116C;
}
</style>
border-color css
<style>
span { border-color: #D2116C; }
span { border-color: rgb(210,17,108); }
td.TdClassName
{
border-color: #D2116C;
}
.TagClassName
{
border-color: #D2116C;
}
</style>