Shades of Ruby #D21156
Tints of Ruby #D21156
RGB
CMYK
RGB Variations
Color information
#D21156 (or 0xD21156) is known color: Ruby. HEX triplet: D2, 11 and 56. RGB value is (210,17,86). Sum of RGB (Red+Green+Blue) = 210+17+86=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21156 is #2DEEA9. Grayscale: #525252. Windows color (decimal): -3010218 or 5640658. OLE color: 5640658.
HSL color Cylindrical-coordinate representation of color #D21156: hue angle of 338.55º 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 #D21156 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.55º | 0.85% | 0.45% | - |
| HSV(B) | 338.55º | 0.92% | 0.82% | - |
| XYZ | 28.46 | 14.77 | 10.16 | - |
| YUV | 82.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 86 | 0 | 0.92 | 0.59 | 0.18 | 338.55 | 0.85 | 0.45 |
| Hex | D2 | 11 | 56 | 0 | 5C | 3B | 12 | 153 | 55 | 2D |
| Octal | 322 | 21 | 126 | 0 | 134 | 73 | 22 | 523 | 125 | 55 |
| Binary | 11010010 | 10001 | 1010110 | 0 | 1011100 | 111011 | 10010 | 101010011 | 1010101 | 101101 |
Color Harmonies of #D21156
Complementary color
Monochromatic Colors of #D21156
Black with #D21156
Text Example
Text Example
White with #D21156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21156; }
p { color: rgb(210,17,86); }
H1.HeaderClassName
{
color: #D21156;
}
.AnyTagClassName
{
color: #D21156;
}
</style>
background-color css
<style>
a { background-color: #D21156; }
a { background-color: rgb(210,17,86); }
div.DivClassName
{
background-color: #D21156;
}
.BgClassName
{
background-color: #D21156;
}
</style>
border-color css
<style>
span { border-color: #D21156; }
span { border-color: rgb(210,17,86); }
td.TdClassName
{
border-color: #D21156;
}
.TagClassName
{
border-color: #D21156;
}
</style>