Shades of Ruby #D21755
Tints of Ruby #D21755
RGB
CMYK
RGB Variations
Color information
#D21755 (or 0xD21755) is known color: Ruby. HEX triplet: D2, 17 and 55. RGB value is (210,23,85). Sum of RGB (Red+Green+Blue) = 210+23+85=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D21755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21755 is #2DE8AA. Grayscale: #555555. Windows color (decimal): -3008683 or 5576658. OLE color: 5576658.
HSL color Cylindrical-coordinate representation of color #D21755: hue angle of 340.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21755 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 85 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.18 |
| HSL | 340.11º | 0.8% | 0.46% | - |
| HSV(B) | 340.11º | 0.89% | 0.82% | - |
| XYZ | 28.52 | 14.97 | 9.98 | - |
| YUV | 85.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 85 | 0 | 0.89 | 0.60 | 0.18 | 340.11 | 0.8 | 0.46 |
| Hex | D2 | 17 | 55 | 0 | 59 | 3C | 12 | 154 | 50 | 2E |
| Octal | 322 | 27 | 125 | 0 | 131 | 74 | 22 | 524 | 120 | 56 |
| Binary | 11010010 | 10111 | 1010101 | 0 | 1011001 | 111100 | 10010 | 101010100 | 1010000 | 101110 |
Color Harmonies of #D21755
Complementary color
Monochromatic Colors of #D21755
Black with #D21755
Text Example
Text Example
White with #D21755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21755; }
p { color: rgb(210,23,85); }
H1.HeaderClassName
{
color: #D21755;
}
.AnyTagClassName
{
color: #D21755;
}
</style>
background-color css
<style>
a { background-color: #D21755; }
a { background-color: rgb(210,23,85); }
div.DivClassName
{
background-color: #D21755;
}
.BgClassName
{
background-color: #D21755;
}
</style>
border-color css
<style>
span { border-color: #D21755; }
span { border-color: rgb(210,23,85); }
td.TdClassName
{
border-color: #D21755;
}
.TagClassName
{
border-color: #D21755;
}
</style>