Shades of Ruby #D21957
Tints of Ruby #D21957
RGB
CMYK
RGB Variations
Color information
#D21957 (or 0xD21957) is known color: Ruby. HEX triplet: D2, 19 and 57. RGB value is (210,25,87). Sum of RGB (Red+Green+Blue) = 210+25+87=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D21957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21957 is #2DE6A8. Grayscale: #575757. Windows color (decimal): -3008169 or 5708242. OLE color: 5708242.
HSL color Cylindrical-coordinate representation of color #D21957: hue angle of 339.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21957 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 87 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.18 |
| HSL | 339.89º | 0.79% | 0.46% | - |
| HSV(B) | 339.89º | 0.88% | 0.82% | - |
| XYZ | 28.65 | 15.09 | 10.42 | - |
| YUV | 87.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 87 | 0 | 0.88 | 0.59 | 0.18 | 339.89 | 0.79 | 0.46 |
| Hex | D2 | 19 | 57 | 0 | 58 | 3B | 12 | 154 | 4F | 2E |
| Octal | 322 | 31 | 127 | 0 | 130 | 73 | 22 | 524 | 117 | 56 |
| Binary | 11010010 | 11001 | 1010111 | 0 | 1011000 | 111011 | 10010 | 101010100 | 1001111 | 101110 |
Color Harmonies of #D21957
Complementary color
Monochromatic Colors of #D21957
Black with #D21957
Text Example
Text Example
White with #D21957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21957; }
p { color: rgb(210,25,87); }
H1.HeaderClassName
{
color: #D21957;
}
.AnyTagClassName
{
color: #D21957;
}
</style>
background-color css
<style>
a { background-color: #D21957; }
a { background-color: rgb(210,25,87); }
div.DivClassName
{
background-color: #D21957;
}
.BgClassName
{
background-color: #D21957;
}
</style>
border-color css
<style>
span { border-color: #D21957; }
span { border-color: rgb(210,25,87); }
td.TdClassName
{
border-color: #D21957;
}
.TagClassName
{
border-color: #D21957;
}
</style>