Shades of Ruby #D21655
Tints of Ruby #D21655
RGB
CMYK
RGB Variations
Color information
#D21655 (or 0xD21655) is known color: Ruby. HEX triplet: D2, 16 and 55. RGB value is (210,22,85). Sum of RGB (Red+Green+Blue) = 210+22+85=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D21655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21655 is #2DE9AA. Grayscale: #555555. Windows color (decimal): -3008939 or 5576402. OLE color: 5576402.
HSL color Cylindrical-coordinate representation of color #D21655: hue angle of 339.89º 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 #D21655 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 85 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 339.89º | 0.81% | 0.45% | - |
| HSV(B) | 339.89º | 0.9% | 0.82% | - |
| XYZ | 28.5 | 14.93 | 9.97 | - |
| YUV | 85.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 85 | 0 | 0.90 | 0.60 | 0.18 | 339.89 | 0.81 | 0.45 |
| Hex | D2 | 16 | 55 | 0 | 5A | 3C | 12 | 154 | 51 | 2D |
| Octal | 322 | 26 | 125 | 0 | 132 | 74 | 22 | 524 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010101 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D21655
Complementary color
Monochromatic Colors of #D21655
Black with #D21655
Text Example
Text Example
White with #D21655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21655; }
p { color: rgb(210,22,85); }
H1.HeaderClassName
{
color: #D21655;
}
.AnyTagClassName
{
color: #D21655;
}
</style>
background-color css
<style>
a { background-color: #D21655; }
a { background-color: rgb(210,22,85); }
div.DivClassName
{
background-color: #D21655;
}
.BgClassName
{
background-color: #D21655;
}
</style>
border-color css
<style>
span { border-color: #D21655; }
span { border-color: rgb(210,22,85); }
td.TdClassName
{
border-color: #D21655;
}
.TagClassName
{
border-color: #D21655;
}
</style>