Shades of Ruby #D21759
Tints of Ruby #D21759
RGB
CMYK
RGB Variations
Color information
#D21759 (or 0xD21759) is known color: Ruby. HEX triplet: D2, 17 and 59. RGB value is (210,23,89). Sum of RGB (Red+Green+Blue) = 210+23+89=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D21759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21759 is #2DE8A6. Grayscale: #565656. Windows color (decimal): -3008679 or 5838802. OLE color: 5838802.
HSL color Cylindrical-coordinate representation of color #D21759: hue angle of 338.82º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21759 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 89 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.18 |
| HSL | 338.82º | 0.8% | 0.46% | - |
| HSV(B) | 338.82º | 0.89% | 0.82% | - |
| XYZ | 28.69 | 15.04 | 10.84 | - |
| YUV | 86.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 89 | 0 | 0.89 | 0.58 | 0.18 | 338.82 | 0.8 | 0.46 |
| Hex | D2 | 17 | 59 | 0 | 59 | 3A | 12 | 153 | 50 | 2E |
| Octal | 322 | 27 | 131 | 0 | 131 | 72 | 22 | 523 | 120 | 56 |
| Binary | 11010010 | 10111 | 1011001 | 0 | 1011001 | 111010 | 10010 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D21759
Complementary color
Monochromatic Colors of #D21759
Black with #D21759
Text Example
Text Example
White with #D21759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21759; }
p { color: rgb(210,23,89); }
H1.HeaderClassName
{
color: #D21759;
}
.AnyTagClassName
{
color: #D21759;
}
</style>
background-color css
<style>
a { background-color: #D21759; }
a { background-color: rgb(210,23,89); }
div.DivClassName
{
background-color: #D21759;
}
.BgClassName
{
background-color: #D21759;
}
</style>
border-color css
<style>
span { border-color: #D21759; }
span { border-color: rgb(210,23,89); }
td.TdClassName
{
border-color: #D21759;
}
.TagClassName
{
border-color: #D21759;
}
</style>