Shades of Ruby #D21063
Tints of Ruby #D21063
RGB
CMYK
RGB Variations
Color information
#D21063 (or 0xD21063) is known color: Ruby. HEX triplet: D2, 10 and 63. RGB value is (210,16,99). Sum of RGB (Red+Green+Blue) = 210+16+99=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D21063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21063 is #2DEF9C. Grayscale: #535353. Windows color (decimal): -3010461 or 6492370. OLE color: 6492370.
HSL color Cylindrical-coordinate representation of color #D21063: hue angle of 334.33º 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 #D21063 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.18 |
| HSL | 334.33º | 0.86% | 0.44% | - |
| HSV(B) | 334.33º | 0.92% | 0.82% | - |
| XYZ | 29.02 | 14.97 | 13.17 | - |
| YUV | 83.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 99 | 0 | 0.92 | 0.53 | 0.18 | 334.33 | 0.86 | 0.44 |
| Hex | D2 | 10 | 63 | 0 | 5C | 35 | 12 | 14E | 56 | 2C |
| Octal | 322 | 20 | 143 | 0 | 134 | 65 | 22 | 516 | 126 | 54 |
| Binary | 11010010 | 10000 | 1100011 | 0 | 1011100 | 110101 | 10010 | 101001110 | 1010110 | 101100 |
Color Harmonies of #D21063
Complementary color
Monochromatic Colors of #D21063
Black with #D21063
Text Example
Text Example
White with #D21063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21063; }
p { color: rgb(210,16,99); }
H1.HeaderClassName
{
color: #D21063;
}
.AnyTagClassName
{
color: #D21063;
}
</style>
background-color css
<style>
a { background-color: #D21063; }
a { background-color: rgb(210,16,99); }
div.DivClassName
{
background-color: #D21063;
}
.BgClassName
{
background-color: #D21063;
}
</style>
border-color css
<style>
span { border-color: #D21063; }
span { border-color: rgb(210,16,99); }
td.TdClassName
{
border-color: #D21063;
}
.TagClassName
{
border-color: #D21063;
}
</style>