Shades of Ruby #D21558
Tints of Ruby #D21558
RGB
CMYK
RGB Variations
Color information
#D21558 (or 0xD21558) is known color: Ruby. HEX triplet: D2, 15 and 58. RGB value is (210,21,88). Sum of RGB (Red+Green+Blue) = 210+21+88=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D21558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21558 is #2DEAA7. Grayscale: #555555. Windows color (decimal): -3009192 or 5772754. OLE color: 5772754.
HSL color Cylindrical-coordinate representation of color #D21558: hue angle of 338.73º degrees, saturation: 0.82, 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 #D21558 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 88 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.18 |
| HSL | 338.73º | 0.82% | 0.45% | - |
| HSV(B) | 338.73º | 0.9% | 0.82% | - |
| XYZ | 28.61 | 14.94 | 10.61 | - |
| YUV | 85.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 88 | 0 | 0.90 | 0.58 | 0.18 | 338.73 | 0.82 | 0.45 |
| Hex | D2 | 15 | 58 | 0 | 5A | 3A | 12 | 153 | 52 | 2D |
| Octal | 322 | 25 | 130 | 0 | 132 | 72 | 22 | 523 | 122 | 55 |
| Binary | 11010010 | 10101 | 1011000 | 0 | 1011010 | 111010 | 10010 | 101010011 | 1010010 | 101101 |
Color Harmonies of #D21558
Complementary color
Monochromatic Colors of #D21558
Black with #D21558
Text Example
Text Example
White with #D21558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21558; }
p { color: rgb(210,21,88); }
H1.HeaderClassName
{
color: #D21558;
}
.AnyTagClassName
{
color: #D21558;
}
</style>
background-color css
<style>
a { background-color: #D21558; }
a { background-color: rgb(210,21,88); }
div.DivClassName
{
background-color: #D21558;
}
.BgClassName
{
background-color: #D21558;
}
</style>
border-color css
<style>
span { border-color: #D21558; }
span { border-color: rgb(210,21,88); }
td.TdClassName
{
border-color: #D21558;
}
.TagClassName
{
border-color: #D21558;
}
</style>