Shades of Ruby #D21656
Tints of Ruby #D21656
RGB
CMYK
RGB Variations
Color information
#D21656 (or 0xD21656) is known color: Ruby. HEX triplet: D2, 16 and 56. RGB value is (210,22,86). Sum of RGB (Red+Green+Blue) = 210+22+86=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D21656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21656 is #2DE9A9. Grayscale: #555555. Windows color (decimal): -3008938 or 5641938. OLE color: 5641938.
HSL color Cylindrical-coordinate representation of color #D21656: hue angle of 339.57º 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 #D21656 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 86 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.18 |
| HSL | 339.57º | 0.81% | 0.45% | - |
| HSV(B) | 339.57º | 0.9% | 0.82% | - |
| XYZ | 28.54 | 14.95 | 10.18 | - |
| YUV | 85.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 86 | 0 | 0.90 | 0.59 | 0.18 | 339.57 | 0.81 | 0.45 |
| Hex | D2 | 16 | 56 | 0 | 5A | 3B | 12 | 154 | 51 | 2D |
| Octal | 322 | 26 | 126 | 0 | 132 | 73 | 22 | 524 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010110 | 0 | 1011010 | 111011 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D21656
Complementary color
Monochromatic Colors of #D21656
Black with #D21656
Text Example
Text Example
White with #D21656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21656; }
p { color: rgb(210,22,86); }
H1.HeaderClassName
{
color: #D21656;
}
.AnyTagClassName
{
color: #D21656;
}
</style>
background-color css
<style>
a { background-color: #D21656; }
a { background-color: rgb(210,22,86); }
div.DivClassName
{
background-color: #D21656;
}
.BgClassName
{
background-color: #D21656;
}
</style>
border-color css
<style>
span { border-color: #D21656; }
span { border-color: rgb(210,22,86); }
td.TdClassName
{
border-color: #D21656;
}
.TagClassName
{
border-color: #D21656;
}
</style>