Shades of Ruby #D21259
Tints of Ruby #D21259
RGB
CMYK
RGB Variations
Color information
#D21259 (or 0xD21259) is known color: Ruby. HEX triplet: D2, 12 and 59. RGB value is (210,18,89). Sum of RGB (Red+Green+Blue) = 210+18+89=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D21259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21259 is #2DEDA6. Grayscale: #535353. Windows color (decimal): -3009959 or 5837522. OLE color: 5837522.
HSL color Cylindrical-coordinate representation of color #D21259: hue angle of 337.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21259 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.18 |
| HSL | 337.81º | 0.84% | 0.45% | - |
| HSV(B) | 337.81º | 0.91% | 0.82% | - |
| XYZ | 28.6 | 14.86 | 10.81 | - |
| YUV | 83.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 89 | 0 | 0.91 | 0.58 | 0.18 | 337.81 | 0.84 | 0.45 |
| Hex | D2 | 12 | 59 | 0 | 5B | 3A | 12 | 152 | 54 | 2D |
| Octal | 322 | 22 | 131 | 0 | 133 | 72 | 22 | 522 | 124 | 55 |
| Binary | 11010010 | 10010 | 1011001 | 0 | 1011011 | 111010 | 10010 | 101010010 | 1010100 | 101101 |
Color Harmonies of #D21259
Complementary color
Monochromatic Colors of #D21259
Black with #D21259
Text Example
Text Example
White with #D21259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21259; }
p { color: rgb(210,18,89); }
H1.HeaderClassName
{
color: #D21259;
}
.AnyTagClassName
{
color: #D21259;
}
</style>
background-color css
<style>
a { background-color: #D21259; }
a { background-color: rgb(210,18,89); }
div.DivClassName
{
background-color: #D21259;
}
.BgClassName
{
background-color: #D21259;
}
</style>
border-color css
<style>
span { border-color: #D21259; }
span { border-color: rgb(210,18,89); }
td.TdClassName
{
border-color: #D21259;
}
.TagClassName
{
border-color: #D21259;
}
</style>