Shades of Ruby #D21459
Tints of Ruby #D21459
RGB
CMYK
RGB Variations
Color information
#D21459 (or 0xD21459) is known color: Ruby. HEX triplet: D2, 14 and 59. RGB value is (210,20,89). Sum of RGB (Red+Green+Blue) = 210+20+89=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D21459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21459 is #2DEBA6. Grayscale: #545454. Windows color (decimal): -3009447 or 5838034. OLE color: 5838034.
HSL color Cylindrical-coordinate representation of color #D21459: hue angle of 338.21º degrees, saturation: 0.83, 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 #D21459 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.18 |
| HSL | 338.21º | 0.83% | 0.45% | - |
| HSV(B) | 338.21º | 0.9% | 0.82% | - |
| XYZ | 28.63 | 14.92 | 10.82 | - |
| YUV | 84.68 | 130.45 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 89 | 0 | 0.90 | 0.58 | 0.18 | 338.21 | 0.83 | 0.45 |
| Hex | D2 | 14 | 59 | 0 | 5A | 3A | 12 | 152 | 53 | 2D |
| Octal | 322 | 24 | 131 | 0 | 132 | 72 | 22 | 522 | 123 | 55 |
| Binary | 11010010 | 10100 | 1011001 | 0 | 1011010 | 111010 | 10010 | 101010010 | 1010011 | 101101 |
Color Harmonies of #D21459
Complementary color
Monochromatic Colors of #D21459
Black with #D21459
Text Example
Text Example
White with #D21459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21459; }
p { color: rgb(210,20,89); }
H1.HeaderClassName
{
color: #D21459;
}
.AnyTagClassName
{
color: #D21459;
}
</style>
background-color css
<style>
a { background-color: #D21459; }
a { background-color: rgb(210,20,89); }
div.DivClassName
{
background-color: #D21459;
}
.BgClassName
{
background-color: #D21459;
}
</style>
border-color css
<style>
span { border-color: #D21459; }
span { border-color: rgb(210,20,89); }
td.TdClassName
{
border-color: #D21459;
}
.TagClassName
{
border-color: #D21459;
}
</style>