Shades of Ruby #D00D59
Tints of Ruby #D00D59
RGB
CMYK
RGB Variations
Color information
#D00D59 (or 0xD00D59) is known color: Ruby. HEX triplet: D0, 0D and 59. RGB value is (208,13,89). Sum of RGB (Red+Green+Blue) = 208+13+89=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D59 is #2FF2A6. Grayscale: #4F4F4F. Windows color (decimal): -3142311 or 5836240. OLE color: 5836240.
HSL color Cylindrical-coordinate representation of color #D00D59: hue angle of 336.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D59 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 89 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.18 |
| HSL | 336.62º | 0.88% | 0.43% | - |
| HSV(B) | 336.62º | 0.94% | 0.82% | - |
| XYZ | 27.96 | 14.42 | 10.76 | - |
| YUV | 79.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 89 | 0 | 0.94 | 0.57 | 0.18 | 336.62 | 0.88 | 0.43 |
| Hex | D0 | D | 59 | 0 | 5E | 39 | 12 | 151 | 58 | 2B |
| Octal | 320 | 15 | 131 | 0 | 136 | 71 | 22 | 521 | 130 | 53 |
| Binary | 11010000 | 1101 | 1011001 | 0 | 1011110 | 111001 | 10010 | 101010001 | 1011000 | 101011 |
Color Harmonies of #D00D59
Complementary color
Monochromatic Colors of #D00D59
Black with #D00D59
Text Example
Text Example
White with #D00D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D59; }
p { color: rgb(208,13,89); }
H1.HeaderClassName
{
color: #D00D59;
}
.AnyTagClassName
{
color: #D00D59;
}
</style>
background-color css
<style>
a { background-color: #D00D59; }
a { background-color: rgb(208,13,89); }
div.DivClassName
{
background-color: #D00D59;
}
.BgClassName
{
background-color: #D00D59;
}
</style>
border-color css
<style>
span { border-color: #D00D59; }
span { border-color: rgb(208,13,89); }
td.TdClassName
{
border-color: #D00D59;
}
.TagClassName
{
border-color: #D00D59;
}
</style>