Shades of Ruby #D21054
Tints of Ruby #D21054
RGB
CMYK
RGB Variations
Color information
#D21054 (or 0xD21054) is known color: Ruby. HEX triplet: D2, 10 and 54. RGB value is (210,16,84). Sum of RGB (Red+Green+Blue) = 210+16+84=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D21054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21054 is #2DEFAB. Grayscale: #515151. Windows color (decimal): -3010476 or 5509330. OLE color: 5509330.
HSL color Cylindrical-coordinate representation of color #D21054: hue angle of 338.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21054 is Cyan = 0, Magento = 0.92, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.6 | 0.18 |
| HSL | 338.97º | 0.86% | 0.44% | - |
| HSV(B) | 338.97º | 0.92% | 0.82% | - |
| XYZ | 28.36 | 14.71 | 9.73 | - |
| YUV | 81.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 84 | 0 | 0.92 | 0.6 | 0.18 | 338.97 | 0.86 | 0.44 |
| Hex | D2 | 10 | 54 | 0 | 5C | 3C | 12 | 153 | 56 | 2C |
| Octal | 322 | 20 | 124 | 0 | 134 | 74 | 22 | 523 | 126 | 54 |
| Binary | 11010010 | 10000 | 1010100 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010110 | 101100 |
Color Harmonies of #D21054
Complementary color
Monochromatic Colors of #D21054
Black with #D21054
Text Example
Text Example
White with #D21054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21054; }
p { color: rgb(210,16,84); }
H1.HeaderClassName
{
color: #D21054;
}
.AnyTagClassName
{
color: #D21054;
}
</style>
background-color css
<style>
a { background-color: #D21054; }
a { background-color: rgb(210,16,84); }
div.DivClassName
{
background-color: #D21054;
}
.BgClassName
{
background-color: #D21054;
}
</style>
border-color css
<style>
span { border-color: #D21054; }
span { border-color: rgb(210,16,84); }
td.TdClassName
{
border-color: #D21054;
}
.TagClassName
{
border-color: #D21054;
}
</style>