Shades of Ruby #D21056
Tints of Ruby #D21056
RGB
CMYK
RGB Variations
Color information
#D21056 (or 0xD21056) is known color: Ruby. HEX triplet: D2, 10 and 56. RGB value is (210,16,86). Sum of RGB (Red+Green+Blue) = 210+16+86=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D21056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21056 is #2DEFA9. Grayscale: #515151. Windows color (decimal): -3010474 or 5640402. OLE color: 5640402.
HSL color Cylindrical-coordinate representation of color #D21056: hue angle of 338.35º 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 #D21056 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.35º | 0.86% | 0.44% | - |
| HSV(B) | 338.35º | 0.92% | 0.82% | - |
| XYZ | 28.44 | 14.74 | 10.15 | - |
| YUV | 81.99 | 130.27 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 86 | 0 | 0.92 | 0.59 | 0.18 | 338.35 | 0.86 | 0.44 |
| Hex | D2 | 10 | 56 | 0 | 5C | 3B | 12 | 152 | 56 | 2C |
| Octal | 322 | 20 | 126 | 0 | 134 | 73 | 22 | 522 | 126 | 54 |
| Binary | 11010010 | 10000 | 1010110 | 0 | 1011100 | 111011 | 10010 | 101010010 | 1010110 | 101100 |
Color Harmonies of #D21056
Complementary color
Monochromatic Colors of #D21056
Black with #D21056
Text Example
Text Example
White with #D21056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21056; }
p { color: rgb(210,16,86); }
H1.HeaderClassName
{
color: #D21056;
}
.AnyTagClassName
{
color: #D21056;
}
</style>
background-color css
<style>
a { background-color: #D21056; }
a { background-color: rgb(210,16,86); }
div.DivClassName
{
background-color: #D21056;
}
.BgClassName
{
background-color: #D21056;
}
</style>
border-color css
<style>
span { border-color: #D21056; }
span { border-color: rgb(210,16,86); }
td.TdClassName
{
border-color: #D21056;
}
.TagClassName
{
border-color: #D21056;
}
</style>