Shades of Ruby #D21564
Tints of Ruby #D21564
RGB
CMYK
RGB Variations
Color information
#D21564 (or 0xD21564) is known color: Ruby. HEX triplet: D2, 15 and 64. RGB value is (210,21,100). Sum of RGB (Red+Green+Blue) = 210+21+100=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D21564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21564 is #2DEA9B. Grayscale: #565656. Windows color (decimal): -3009180 or 6559186. OLE color: 6559186.
HSL color Cylindrical-coordinate representation of color #D21564: hue angle of 334.92º degrees, saturation: 0.82, 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 #D21564 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 100 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.18 |
| HSL | 334.92º | 0.82% | 0.45% | - |
| HSV(B) | 334.92º | 0.9% | 0.82% | - |
| XYZ | 29.15 | 15.16 | 13.45 | - |
| YUV | 86.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 100 | 0 | 0.90 | 0.52 | 0.18 | 334.92 | 0.82 | 0.45 |
| Hex | D2 | 15 | 64 | 0 | 5A | 34 | 12 | 14F | 52 | 2D |
| Octal | 322 | 25 | 144 | 0 | 132 | 64 | 22 | 517 | 122 | 55 |
| Binary | 11010010 | 10101 | 1100100 | 0 | 1011010 | 110100 | 10010 | 101001111 | 1010010 | 101101 |
Color Harmonies of #D21564
Complementary color
Monochromatic Colors of #D21564
Black with #D21564
Text Example
Text Example
White with #D21564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21564; }
p { color: rgb(210,21,100); }
H1.HeaderClassName
{
color: #D21564;
}
.AnyTagClassName
{
color: #D21564;
}
</style>
background-color css
<style>
a { background-color: #D21564; }
a { background-color: rgb(210,21,100); }
div.DivClassName
{
background-color: #D21564;
}
.BgClassName
{
background-color: #D21564;
}
</style>
border-color css
<style>
span { border-color: #D21564; }
span { border-color: rgb(210,21,100); }
td.TdClassName
{
border-color: #D21564;
}
.TagClassName
{
border-color: #D21564;
}
</style>