Shades of Ruby #D21058
Tints of Ruby #D21058
RGB
CMYK
RGB Variations
Color information
#D21058 (or 0xD21058) is known color: Ruby. HEX triplet: D2, 10 and 58. RGB value is (210,16,88). Sum of RGB (Red+Green+Blue) = 210+16+88=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21058 is #2DEFA7. Grayscale: #525252. Windows color (decimal): -3010472 or 5771474. OLE color: 5771474.
HSL color Cylindrical-coordinate representation of color #D21058: hue angle of 337.73º 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 #D21058 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 88 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.18 |
| HSL | 337.73º | 0.86% | 0.44% | - |
| HSV(B) | 337.73º | 0.92% | 0.82% | - |
| XYZ | 28.53 | 14.78 | 10.58 | - |
| YUV | 82.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 88 | 0 | 0.92 | 0.58 | 0.18 | 337.73 | 0.86 | 0.44 |
| Hex | D2 | 10 | 58 | 0 | 5C | 3A | 12 | 152 | 56 | 2C |
| Octal | 322 | 20 | 130 | 0 | 134 | 72 | 22 | 522 | 126 | 54 |
| Binary | 11010010 | 10000 | 1011000 | 0 | 1011100 | 111010 | 10010 | 101010010 | 1010110 | 101100 |
Color Harmonies of #D21058
Complementary color
Monochromatic Colors of #D21058
Black with #D21058
Text Example
Text Example
White with #D21058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21058; }
p { color: rgb(210,16,88); }
H1.HeaderClassName
{
color: #D21058;
}
.AnyTagClassName
{
color: #D21058;
}
</style>
background-color css
<style>
a { background-color: #D21058; }
a { background-color: rgb(210,16,88); }
div.DivClassName
{
background-color: #D21058;
}
.BgClassName
{
background-color: #D21058;
}
</style>
border-color css
<style>
span { border-color: #D21058; }
span { border-color: rgb(210,16,88); }
td.TdClassName
{
border-color: #D21058;
}
.TagClassName
{
border-color: #D21058;
}
</style>