Shades of Ruby #D20D59
Tints of Ruby #D20D59
RGB
CMYK
RGB Variations
Color information
#D20D59 (or 0xD20D59) is known color: Ruby. HEX triplet: D2, 0D and 59. RGB value is (210,13,89). Sum of RGB (Red+Green+Blue) = 210+13+89=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D59 is #2DF2A6. Grayscale: #505050. Windows color (decimal): -3011239 or 5836242. OLE color: 5836242.
HSL color Cylindrical-coordinate representation of color #D20D59: hue angle of 336.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D59 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 89 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.18 |
| HSL | 336.85º | 0.88% | 0.44% | - |
| HSV(B) | 336.85º | 0.94% | 0.82% | - |
| XYZ | 28.53 | 14.71 | 10.79 | - |
| YUV | 80.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 89 | 0 | 0.94 | 0.58 | 0.18 | 336.85 | 0.88 | 0.44 |
| Hex | D2 | D | 59 | 0 | 5E | 3A | 12 | 151 | 58 | 2C |
| Octal | 322 | 15 | 131 | 0 | 136 | 72 | 22 | 521 | 130 | 54 |
| Binary | 11010010 | 1101 | 1011001 | 0 | 1011110 | 111010 | 10010 | 101010001 | 1011000 | 101100 |
Color Harmonies of #D20D59
Complementary color
Monochromatic Colors of #D20D59
Black with #D20D59
Text Example
Text Example
White with #D20D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D59; }
p { color: rgb(210,13,89); }
H1.HeaderClassName
{
color: #D20D59;
}
.AnyTagClassName
{
color: #D20D59;
}
</style>
background-color css
<style>
a { background-color: #D20D59; }
a { background-color: rgb(210,13,89); }
div.DivClassName
{
background-color: #D20D59;
}
.BgClassName
{
background-color: #D20D59;
}
</style>
border-color css
<style>
span { border-color: #D20D59; }
span { border-color: rgb(210,13,89); }
td.TdClassName
{
border-color: #D20D59;
}
.TagClassName
{
border-color: #D20D59;
}
</style>