Shades of Ruby #D00863
Tints of Ruby #D00863
RGB
CMYK
RGB Variations
Color information
#D00863 (or 0xD00863) is known color: Ruby. HEX triplet: D0, 08 and 63. RGB value is (208,8,99). Sum of RGB (Red+Green+Blue) = 208+8+99=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D00863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00863 is #2FF79C. Grayscale: #4E4E4E. Windows color (decimal): -3143581 or 6490320. OLE color: 6490320.
HSL color Cylindrical-coordinate representation of color #D00863: hue angle of 332.7º 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 #D00863 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.18 |
| HSL | 332.7º | 0.93% | 0.42% | - |
| HSV(B) | 332.7º | 0.96% | 0.82% | - |
| XYZ | 28.35 | 14.48 | 13.11 | - |
| YUV | 78.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 99 | 0 | 0.96 | 0.52 | 0.18 | 332.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | 63 | 0 | 60 | 34 | 12 | 14D | 5D | 2A |
| Octal | 320 | 10 | 143 | 0 | 140 | 64 | 22 | 515 | 135 | 52 |
| Binary | 11010000 | 1000 | 1100011 | 0 | 1100000 | 110100 | 10010 | 101001101 | 1011101 | 101010 |
Color Harmonies of #D00863
Complementary color
Monochromatic Colors of #D00863
Black with #D00863
Text Example
Text Example
White with #D00863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00863; }
p { color: rgb(208,8,99); }
H1.HeaderClassName
{
color: #D00863;
}
.AnyTagClassName
{
color: #D00863;
}
</style>
background-color css
<style>
a { background-color: #D00863; }
a { background-color: rgb(208,8,99); }
div.DivClassName
{
background-color: #D00863;
}
.BgClassName
{
background-color: #D00863;
}
</style>
border-color css
<style>
span { border-color: #D00863; }
span { border-color: rgb(208,8,99); }
td.TdClassName
{
border-color: #D00863;
}
.TagClassName
{
border-color: #D00863;
}
</style>