Shades of Ruby #D70865
Tints of Ruby #D70865
RGB
CMYK
RGB Variations
Color information
#D70865 (or 0xD70865) is known color: Ruby. HEX triplet: D7, 08 and 65. RGB value is (215,8,101). Sum of RGB (Red+Green+Blue) = 215+8+101=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D70865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70865 is #28F79A. Grayscale: #505050. Windows color (decimal): -2684827 or 6621399. OLE color: 6621399.
HSL color Cylindrical-coordinate representation of color #D70865: hue angle of 333.04º 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 #D70865 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.16 |
| HSL | 333.04º | 0.93% | 0.44% | - |
| HSV(B) | 333.04º | 0.96% | 0.84% | - |
| XYZ | 30.46 | 15.56 | 13.71 | - |
| YUV | 80.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 101 | 0 | 0.96 | 0.53 | 0.16 | 333.04 | 0.93 | 0.44 |
| Hex | D7 | 8 | 65 | 0 | 60 | 35 | 10 | 14D | 5D | 2C |
| Octal | 327 | 10 | 145 | 0 | 140 | 65 | 20 | 515 | 135 | 54 |
| Binary | 11010111 | 1000 | 1100101 | 0 | 1100000 | 110101 | 10000 | 101001101 | 1011101 | 101100 |
Color Harmonies of #D70865
Complementary color
Monochromatic Colors of #D70865
Black with #D70865
Text Example
Text Example
White with #D70865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70865; }
p { color: rgb(215,8,101); }
H1.HeaderClassName
{
color: #D70865;
}
.AnyTagClassName
{
color: #D70865;
}
</style>
background-color css
<style>
a { background-color: #D70865; }
a { background-color: rgb(215,8,101); }
div.DivClassName
{
background-color: #D70865;
}
.BgClassName
{
background-color: #D70865;
}
</style>
border-color css
<style>
span { border-color: #D70865; }
span { border-color: rgb(215,8,101); }
td.TdClassName
{
border-color: #D70865;
}
.TagClassName
{
border-color: #D70865;
}
</style>