Shades of Ruby #D01059
Tints of Ruby #D01059
RGB
CMYK
RGB Variations
Color information
#D01059 (or 0xD01059) is known color: Ruby. HEX triplet: D0, 10 and 59. RGB value is (208,16,89). Sum of RGB (Red+Green+Blue) = 208+16+89=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01059 is #2FEFA6. Grayscale: #515151. Windows color (decimal): -3141543 or 5837008. OLE color: 5837008.
HSL color Cylindrical-coordinate representation of color #D01059: hue angle of 337.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01059 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 89 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.18 |
| HSL | 337.19º | 0.86% | 0.44% | - |
| HSV(B) | 337.19º | 0.92% | 0.82% | - |
| XYZ | 28 | 14.5 | 10.77 | - |
| YUV | 81.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 89 | 0 | 0.92 | 0.57 | 0.18 | 337.19 | 0.86 | 0.44 |
| Hex | D0 | 10 | 59 | 0 | 5C | 39 | 12 | 151 | 56 | 2C |
| Octal | 320 | 20 | 131 | 0 | 134 | 71 | 22 | 521 | 126 | 54 |
| Binary | 11010000 | 10000 | 1011001 | 0 | 1011100 | 111001 | 10010 | 101010001 | 1010110 | 101100 |
Color Harmonies of #D01059
Complementary color
Monochromatic Colors of #D01059
Black with #D01059
Text Example
Text Example
White with #D01059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01059; }
p { color: rgb(208,16,89); }
H1.HeaderClassName
{
color: #D01059;
}
.AnyTagClassName
{
color: #D01059;
}
</style>
background-color css
<style>
a { background-color: #D01059; }
a { background-color: rgb(208,16,89); }
div.DivClassName
{
background-color: #D01059;
}
.BgClassName
{
background-color: #D01059;
}
</style>
border-color css
<style>
span { border-color: #D01059; }
span { border-color: rgb(208,16,89); }
td.TdClassName
{
border-color: #D01059;
}
.TagClassName
{
border-color: #D01059;
}
</style>