Shades of Ruby #D70863
Tints of Ruby #D70863
RGB
CMYK
RGB Variations
Color information
#D70863 (or 0xD70863) is known color: Ruby. HEX triplet: D7, 08 and 63. RGB value is (215,8,99). Sum of RGB (Red+Green+Blue) = 215+8+99=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D70863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70863 is #28F79C. Grayscale: #505050. Windows color (decimal): -2684829 or 6490327. OLE color: 6490327.
HSL color Cylindrical-coordinate representation of color #D70863: hue angle of 333.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70863 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.16 |
| HSL | 333.62º | 0.93% | 0.44% | - |
| HSV(B) | 333.62º | 0.96% | 0.84% | - |
| XYZ | 30.36 | 15.52 | 13.2 | - |
| YUV | 80.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 99 | 0 | 0.96 | 0.54 | 0.16 | 333.62 | 0.93 | 0.44 |
| Hex | D7 | 8 | 63 | 0 | 60 | 36 | 10 | 14E | 5D | 2C |
| Octal | 327 | 10 | 143 | 0 | 140 | 66 | 20 | 516 | 135 | 54 |
| Binary | 11010111 | 1000 | 1100011 | 0 | 1100000 | 110110 | 10000 | 101001110 | 1011101 | 101100 |
Color Harmonies of #D70863
Complementary color
Monochromatic Colors of #D70863
Black with #D70863
Text Example
Text Example
White with #D70863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70863; }
p { color: rgb(215,8,99); }
H1.HeaderClassName
{
color: #D70863;
}
.AnyTagClassName
{
color: #D70863;
}
</style>
background-color css
<style>
a { background-color: #D70863; }
a { background-color: rgb(215,8,99); }
div.DivClassName
{
background-color: #D70863;
}
.BgClassName
{
background-color: #D70863;
}
</style>
border-color css
<style>
span { border-color: #D70863; }
span { border-color: rgb(215,8,99); }
td.TdClassName
{
border-color: #D70863;
}
.TagClassName
{
border-color: #D70863;
}
</style>