Shades of Ruby #D00858
Tints of Ruby #D00858
RGB
CMYK
RGB Variations
Color information
#D00858 (or 0xD00858) is known color: Ruby. HEX triplet: D0, 08 and 58. RGB value is (208,8,88). Sum of RGB (Red+Green+Blue) = 208+8+88=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D00858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00858 is #2FF7A7. Grayscale: #4C4C4C. Windows color (decimal): -3143592 or 5769424. OLE color: 5769424.
HSL color Cylindrical-coordinate representation of color #D00858: hue angle of 336º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00858 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.18 |
| HSL | 336º | 0.93% | 0.42% | - |
| HSV(B) | 336º | 0.96% | 0.82% | - |
| XYZ | 27.86 | 14.29 | 10.52 | - |
| YUV | 76.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 88 | 0 | 0.96 | 0.58 | 0.18 | 336 | 0.93 | 0.42 |
| Hex | D0 | 8 | 58 | 0 | 60 | 3A | 12 | 150 | 5D | 2A |
| Octal | 320 | 10 | 130 | 0 | 140 | 72 | 22 | 520 | 135 | 52 |
| Binary | 11010000 | 1000 | 1011000 | 0 | 1100000 | 111010 | 10010 | 101010000 | 1011101 | 101010 |
Color Harmonies of #D00858
Complementary color
Monochromatic Colors of #D00858
Black with #D00858
Text Example
Text Example
White with #D00858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00858; }
p { color: rgb(208,8,88); }
H1.HeaderClassName
{
color: #D00858;
}
.AnyTagClassName
{
color: #D00858;
}
</style>
background-color css
<style>
a { background-color: #D00858; }
a { background-color: rgb(208,8,88); }
div.DivClassName
{
background-color: #D00858;
}
.BgClassName
{
background-color: #D00858;
}
</style>
border-color css
<style>
span { border-color: #D00858; }
span { border-color: rgb(208,8,88); }
td.TdClassName
{
border-color: #D00858;
}
.TagClassName
{
border-color: #D00858;
}
</style>