Shades of Ruby #D21666
Tints of Ruby #D21666
RGB
CMYK
RGB Variations
Color information
#D21666 (or 0xD21666) is known color: Ruby. HEX triplet: D2, 16 and 66. RGB value is (210,22,102). Sum of RGB (Red+Green+Blue) = 210+22+102=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D21666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21666 is #2DE999. Grayscale: #575757. Windows color (decimal): -3008922 or 6690514. OLE color: 6690514.
HSL color Cylindrical-coordinate representation of color #D21666: hue angle of 334.47º 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 #D21666 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 102 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.18 |
| HSL | 334.47º | 0.81% | 0.45% | - |
| HSV(B) | 334.47º | 0.9% | 0.82% | - |
| XYZ | 29.26 | 15.23 | 13.97 | - |
| YUV | 87.33 | 136.28 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 102 | 0 | 0.90 | 0.51 | 0.18 | 334.47 | 0.81 | 0.45 |
| Hex | D2 | 16 | 66 | 0 | 5A | 33 | 12 | 14E | 51 | 2D |
| Octal | 322 | 26 | 146 | 0 | 132 | 63 | 22 | 516 | 121 | 55 |
| Binary | 11010010 | 10110 | 1100110 | 0 | 1011010 | 110011 | 10010 | 101001110 | 1010001 | 101101 |
Color Harmonies of #D21666
Complementary color
Monochromatic Colors of #D21666
Black with #D21666
Text Example
Text Example
White with #D21666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21666; }
p { color: rgb(210,22,102); }
H1.HeaderClassName
{
color: #D21666;
}
.AnyTagClassName
{
color: #D21666;
}
</style>
background-color css
<style>
a { background-color: #D21666; }
a { background-color: rgb(210,22,102); }
div.DivClassName
{
background-color: #D21666;
}
.BgClassName
{
background-color: #D21666;
}
</style>
border-color css
<style>
span { border-color: #D21666; }
span { border-color: rgb(210,22,102); }
td.TdClassName
{
border-color: #D21666;
}
.TagClassName
{
border-color: #D21666;
}
</style>