Shades of Ruby #D21062
Tints of Ruby #D21062
RGB
CMYK
RGB Variations
Color information
#D21062 (or 0xD21062) is known color: Ruby. HEX triplet: D2, 10 and 62. RGB value is (210,16,98). Sum of RGB (Red+Green+Blue) = 210+16+98=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D21062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21062 is #2DEF9D. Grayscale: #535353. Windows color (decimal): -3010462 or 6426834. OLE color: 6426834.
HSL color Cylindrical-coordinate representation of color #D21062: hue angle of 334.64º 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 #D21062 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.18 |
| HSL | 334.64º | 0.86% | 0.44% | - |
| HSV(B) | 334.64º | 0.92% | 0.82% | - |
| XYZ | 28.97 | 14.95 | 12.91 | - |
| YUV | 83.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 98 | 0 | 0.92 | 0.53 | 0.18 | 334.64 | 0.86 | 0.44 |
| Hex | D2 | 10 | 62 | 0 | 5C | 35 | 12 | 14F | 56 | 2C |
| Octal | 322 | 20 | 142 | 0 | 134 | 65 | 22 | 517 | 126 | 54 |
| Binary | 11010010 | 10000 | 1100010 | 0 | 1011100 | 110101 | 10010 | 101001111 | 1010110 | 101100 |
Color Harmonies of #D21062
Complementary color
Monochromatic Colors of #D21062
Black with #D21062
Text Example
Text Example
White with #D21062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21062; }
p { color: rgb(210,16,98); }
H1.HeaderClassName
{
color: #D21062;
}
.AnyTagClassName
{
color: #D21062;
}
</style>
background-color css
<style>
a { background-color: #D21062; }
a { background-color: rgb(210,16,98); }
div.DivClassName
{
background-color: #D21062;
}
.BgClassName
{
background-color: #D21062;
}
</style>
border-color css
<style>
span { border-color: #D21062; }
span { border-color: rgb(210,16,98); }
td.TdClassName
{
border-color: #D21062;
}
.TagClassName
{
border-color: #D21062;
}
</style>