Shades of Ruby #D01259
Tints of Ruby #D01259
RGB
CMYK
RGB Variations
Color information
#D01259 (or 0xD01259) is known color: Ruby. HEX triplet: D0, 12 and 59. RGB value is (208,18,89). Sum of RGB (Red+Green+Blue) = 208+18+89=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D01259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01259 is #2FEDA6. Grayscale: #525252. Windows color (decimal): -3141031 or 5837520. OLE color: 5837520.
HSL color Cylindrical-coordinate representation of color #D01259: hue angle of 337.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01259 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.18 |
| HSL | 337.58º | 0.84% | 0.44% | - |
| HSV(B) | 337.58º | 0.91% | 0.82% | - |
| XYZ | 28.03 | 14.56 | 10.78 | - |
| YUV | 82.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 89 | 0 | 0.91 | 0.57 | 0.18 | 337.58 | 0.84 | 0.44 |
| Hex | D0 | 12 | 59 | 0 | 5B | 39 | 12 | 152 | 54 | 2C |
| Octal | 320 | 22 | 131 | 0 | 133 | 71 | 22 | 522 | 124 | 54 |
| Binary | 11010000 | 10010 | 1011001 | 0 | 1011011 | 111001 | 10010 | 101010010 | 1010100 | 101100 |
Color Harmonies of #D01259
Complementary color
Monochromatic Colors of #D01259
Black with #D01259
Text Example
Text Example
White with #D01259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01259; }
p { color: rgb(208,18,89); }
H1.HeaderClassName
{
color: #D01259;
}
.AnyTagClassName
{
color: #D01259;
}
</style>
background-color css
<style>
a { background-color: #D01259; }
a { background-color: rgb(208,18,89); }
div.DivClassName
{
background-color: #D01259;
}
.BgClassName
{
background-color: #D01259;
}
</style>
border-color css
<style>
span { border-color: #D01259; }
span { border-color: rgb(208,18,89); }
td.TdClassName
{
border-color: #D01259;
}
.TagClassName
{
border-color: #D01259;
}
</style>