Shades of Ruby #D21057
Tints of Ruby #D21057
RGB
CMYK
RGB Variations
Color information
#D21057 (or 0xD21057) is known color: Ruby. HEX triplet: D2, 10 and 57. RGB value is (210,16,87). Sum of RGB (Red+Green+Blue) = 210+16+87=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21057 is #2DEFA8. Grayscale: #525252. Windows color (decimal): -3010473 or 5705938. OLE color: 5705938.
HSL color Cylindrical-coordinate representation of color #D21057: hue angle of 338.04º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21057 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.04º | 0.86% | 0.44% | - |
| HSV(B) | 338.04º | 0.92% | 0.82% | - |
| XYZ | 28.48 | 14.76 | 10.36 | - |
| YUV | 82.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 87 | 0 | 0.92 | 0.59 | 0.18 | 338.04 | 0.86 | 0.44 |
| Hex | D2 | 10 | 57 | 0 | 5C | 3B | 12 | 152 | 56 | 2C |
| Octal | 322 | 20 | 127 | 0 | 134 | 73 | 22 | 522 | 126 | 54 |
| Binary | 11010010 | 10000 | 1010111 | 0 | 1011100 | 111011 | 10010 | 101010010 | 1010110 | 101100 |
Color Harmonies of #D21057
Complementary color
Monochromatic Colors of #D21057
Black with #D21057
Text Example
Text Example
White with #D21057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21057; }
p { color: rgb(210,16,87); }
H1.HeaderClassName
{
color: #D21057;
}
.AnyTagClassName
{
color: #D21057;
}
</style>
background-color css
<style>
a { background-color: #D21057; }
a { background-color: rgb(210,16,87); }
div.DivClassName
{
background-color: #D21057;
}
.BgClassName
{
background-color: #D21057;
}
</style>
border-color css
<style>
span { border-color: #D21057; }
span { border-color: rgb(210,16,87); }
td.TdClassName
{
border-color: #D21057;
}
.TagClassName
{
border-color: #D21057;
}
</style>