Shades of Ruby #D22056
Tints of Ruby #D22056
RGB
CMYK
RGB Variations
Color information
#D22056 (or 0xD22056) is known color: Ruby. HEX triplet: D2, 20 and 56. RGB value is (210,32,86). Sum of RGB (Red+Green+Blue) = 210+32+86=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D22056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22056 is #2DDFA9. Grayscale: #5B5B5B. Windows color (decimal): -3006378 or 5644498. OLE color: 5644498.
HSL color Cylindrical-coordinate representation of color #D22056: hue angle of 341.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22056 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 86 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.18 |
| HSL | 341.8º | 0.74% | 0.47% | - |
| HSV(B) | 341.8º | 0.85% | 0.82% | - |
| XYZ | 28.77 | 15.41 | 10.26 | - |
| YUV | 91.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 86 | 0 | 0.85 | 0.59 | 0.18 | 341.8 | 0.74 | 0.47 |
| Hex | D2 | 20 | 56 | 0 | 55 | 3B | 12 | 156 | 4A | 2F |
| Octal | 322 | 40 | 126 | 0 | 125 | 73 | 22 | 526 | 112 | 57 |
| Binary | 11010010 | 100000 | 1010110 | 0 | 1010101 | 111011 | 10010 | 101010110 | 1001010 | 101111 |
Color Harmonies of #D22056
Complementary color
Monochromatic Colors of #D22056
Black with #D22056
Text Example
Text Example
White with #D22056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22056; }
p { color: rgb(210,32,86); }
H1.HeaderClassName
{
color: #D22056;
}
.AnyTagClassName
{
color: #D22056;
}
</style>
background-color css
<style>
a { background-color: #D22056; }
a { background-color: rgb(210,32,86); }
div.DivClassName
{
background-color: #D22056;
}
.BgClassName
{
background-color: #D22056;
}
</style>
border-color css
<style>
span { border-color: #D22056; }
span { border-color: rgb(210,32,86); }
td.TdClassName
{
border-color: #D22056;
}
.TagClassName
{
border-color: #D22056;
}
</style>