Shades of Ruby #D21160
Tints of Ruby #D21160
RGB
CMYK
RGB Variations
Color information
#D21160 (or 0xD21160) is known color: Ruby. HEX triplet: D2, 11 and 60. RGB value is (210,17,96). Sum of RGB (Red+Green+Blue) = 210+17+96=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D21160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21160 is #2DEE9F. Grayscale: #535353. Windows color (decimal): -3010208 or 6296018. OLE color: 6296018.
HSL color Cylindrical-coordinate representation of color #D21160: hue angle of 335.44º 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 #D21160 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.18 |
| HSL | 335.44º | 0.85% | 0.45% | - |
| HSV(B) | 335.44º | 0.92% | 0.82% | - |
| XYZ | 28.89 | 14.95 | 12.43 | - |
| YUV | 83.71 | 134.94 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 96 | 0 | 0.92 | 0.54 | 0.18 | 335.44 | 0.85 | 0.45 |
| Hex | D2 | 11 | 60 | 0 | 5C | 36 | 12 | 14F | 55 | 2D |
| Octal | 322 | 21 | 140 | 0 | 134 | 66 | 22 | 517 | 125 | 55 |
| Binary | 11010010 | 10001 | 1100000 | 0 | 1011100 | 110110 | 10010 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D21160
Complementary color
Monochromatic Colors of #D21160
Black with #D21160
Text Example
Text Example
White with #D21160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21160; }
p { color: rgb(210,17,96); }
H1.HeaderClassName
{
color: #D21160;
}
.AnyTagClassName
{
color: #D21160;
}
</style>
background-color css
<style>
a { background-color: #D21160; }
a { background-color: rgb(210,17,96); }
div.DivClassName
{
background-color: #D21160;
}
.BgClassName
{
background-color: #D21160;
}
</style>
border-color css
<style>
span { border-color: #D21160; }
span { border-color: rgb(210,17,96); }
td.TdClassName
{
border-color: #D21160;
}
.TagClassName
{
border-color: #D21160;
}
</style>