Shades of Ruby #D21654
Tints of Ruby #D21654
RGB
CMYK
RGB Variations
Color information
#D21654 (or 0xD21654) is known color: Ruby. HEX triplet: D2, 16 and 54. RGB value is (210,22,84). Sum of RGB (Red+Green+Blue) = 210+22+84=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21654 is #2DE9AB. Grayscale: #555555. Windows color (decimal): -3008940 or 5510866. OLE color: 5510866.
HSL color Cylindrical-coordinate representation of color #D21654: hue angle of 340.21º 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 #D21654 is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 84 | - |
| CMYK | 0 | 0.90 | 0.6 | 0.18 |
| HSL | 340.21º | 0.81% | 0.45% | - |
| HSV(B) | 340.21º | 0.9% | 0.82% | - |
| XYZ | 28.47 | 14.92 | 9.77 | - |
| YUV | 85.28 | 127.28 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 84 | 0 | 0.90 | 0.6 | 0.18 | 340.21 | 0.81 | 0.45 |
| Hex | D2 | 16 | 54 | 0 | 5A | 3C | 12 | 154 | 51 | 2D |
| Octal | 322 | 26 | 124 | 0 | 132 | 74 | 22 | 524 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010100 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D21654
Complementary color
Monochromatic Colors of #D21654
Black with #D21654
Text Example
Text Example
White with #D21654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21654; }
p { color: rgb(210,22,84); }
H1.HeaderClassName
{
color: #D21654;
}
.AnyTagClassName
{
color: #D21654;
}
</style>
background-color css
<style>
a { background-color: #D21654; }
a { background-color: rgb(210,22,84); }
div.DivClassName
{
background-color: #D21654;
}
.BgClassName
{
background-color: #D21654;
}
</style>
border-color css
<style>
span { border-color: #D21654; }
span { border-color: rgb(210,22,84); }
td.TdClassName
{
border-color: #D21654;
}
.TagClassName
{
border-color: #D21654;
}
</style>