Shades of Ruby #D21660
Tints of Ruby #D21660
RGB
CMYK
RGB Variations
Color information
#D21660 (or 0xD21660) is known color: Ruby. HEX triplet: D2, 16 and 60. RGB value is (210,22,96). Sum of RGB (Red+Green+Blue) = 210+22+96=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D21660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21660 is #2DE99F. Grayscale: #565656. Windows color (decimal): -3008928 or 6297298. OLE color: 6297298.
HSL color Cylindrical-coordinate representation of color #D21660: hue angle of 336.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21660 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 96 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 336.38º | 0.81% | 0.45% | - |
| HSV(B) | 336.38º | 0.9% | 0.82% | - |
| XYZ | 28.98 | 15.12 | 12.46 | - |
| YUV | 86.65 | 133.28 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 96 | 0 | 0.90 | 0.54 | 0.18 | 336.38 | 0.81 | 0.45 |
| Hex | D2 | 16 | 60 | 0 | 5A | 36 | 12 | 150 | 51 | 2D |
| Octal | 322 | 26 | 140 | 0 | 132 | 66 | 22 | 520 | 121 | 55 |
| Binary | 11010010 | 10110 | 1100000 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010001 | 101101 |
Color Harmonies of #D21660
Complementary color
Monochromatic Colors of #D21660
Black with #D21660
Text Example
Text Example
White with #D21660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21660; }
p { color: rgb(210,22,96); }
H1.HeaderClassName
{
color: #D21660;
}
.AnyTagClassName
{
color: #D21660;
}
</style>
background-color css
<style>
a { background-color: #D21660; }
a { background-color: rgb(210,22,96); }
div.DivClassName
{
background-color: #D21660;
}
.BgClassName
{
background-color: #D21660;
}
</style>
border-color css
<style>
span { border-color: #D21660; }
span { border-color: rgb(210,22,96); }
td.TdClassName
{
border-color: #D21660;
}
.TagClassName
{
border-color: #D21660;
}
</style>