Shades of Ruby #D21164
Tints of Ruby #D21164
RGB
CMYK
RGB Variations
Color information
#D21164 (or 0xD21164) is known color: Ruby. HEX triplet: D2, 11 and 64. RGB value is (210,17,100). Sum of RGB (Red+Green+Blue) = 210+17+100=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D21164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21164 is #2DEE9B. Grayscale: #545454. Windows color (decimal): -3010204 or 6558162. OLE color: 6558162.
HSL color Cylindrical-coordinate representation of color #D21164: hue angle of 334.2º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21164 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 100 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.18 |
| HSL | 334.2º | 0.85% | 0.45% | - |
| HSV(B) | 334.2º | 0.92% | 0.82% | - |
| XYZ | 29.08 | 15.02 | 13.42 | - |
| YUV | 84.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 100 | 0 | 0.92 | 0.52 | 0.18 | 334.2 | 0.85 | 0.45 |
| Hex | D2 | 11 | 64 | 0 | 5C | 34 | 12 | 14E | 55 | 2D |
| Octal | 322 | 21 | 144 | 0 | 134 | 64 | 22 | 516 | 125 | 55 |
| Binary | 11010010 | 10001 | 1100100 | 0 | 1011100 | 110100 | 10010 | 101001110 | 1010101 | 101101 |
Color Harmonies of #D21164
Complementary color
Monochromatic Colors of #D21164
Black with #D21164
Text Example
Text Example
White with #D21164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21164; }
p { color: rgb(210,17,100); }
H1.HeaderClassName
{
color: #D21164;
}
.AnyTagClassName
{
color: #D21164;
}
</style>
background-color css
<style>
a { background-color: #D21164; }
a { background-color: rgb(210,17,100); }
div.DivClassName
{
background-color: #D21164;
}
.BgClassName
{
background-color: #D21164;
}
</style>
border-color css
<style>
span { border-color: #D21164; }
span { border-color: rgb(210,17,100); }
td.TdClassName
{
border-color: #D21164;
}
.TagClassName
{
border-color: #D21164;
}
</style>