Shades of Ruby #D00F59
Tints of Ruby #D00F59
RGB
CMYK
RGB Variations
Color information
#D00F59 (or 0xD00F59) is known color: Ruby. HEX triplet: D0, 0F and 59. RGB value is (208,15,89). Sum of RGB (Red+Green+Blue) = 208+15+89=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F59 is #2FF0A6. Grayscale: #515151. Windows color (decimal): -3141799 or 5836752. OLE color: 5836752.
HSL color Cylindrical-coordinate representation of color #D00F59: hue angle of 336.99º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F59 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 89 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.18 |
| HSL | 336.99º | 0.87% | 0.44% | - |
| HSV(B) | 336.99º | 0.93% | 0.82% | - |
| XYZ | 27.99 | 14.47 | 10.77 | - |
| YUV | 81.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 89 | 0 | 0.93 | 0.57 | 0.18 | 336.99 | 0.87 | 0.44 |
| Hex | D0 | F | 59 | 0 | 5D | 39 | 12 | 151 | 57 | 2C |
| Octal | 320 | 17 | 131 | 0 | 135 | 71 | 22 | 521 | 127 | 54 |
| Binary | 11010000 | 1111 | 1011001 | 0 | 1011101 | 111001 | 10010 | 101010001 | 1010111 | 101100 |
Color Harmonies of #D00F59
Complementary color
Monochromatic Colors of #D00F59
Black with #D00F59
Text Example
Text Example
White with #D00F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F59; }
p { color: rgb(208,15,89); }
H1.HeaderClassName
{
color: #D00F59;
}
.AnyTagClassName
{
color: #D00F59;
}
</style>
background-color css
<style>
a { background-color: #D00F59; }
a { background-color: rgb(208,15,89); }
div.DivClassName
{
background-color: #D00F59;
}
.BgClassName
{
background-color: #D00F59;
}
</style>
border-color css
<style>
span { border-color: #D00F59; }
span { border-color: rgb(208,15,89); }
td.TdClassName
{
border-color: #D00F59;
}
.TagClassName
{
border-color: #D00F59;
}
</style>