Shades of Ruby #D70868
Tints of Ruby #D70868
RGB
CMYK
RGB Variations
Color information
#D70868 (or 0xD70868) is known color: Ruby. HEX triplet: D7, 08 and 68. RGB value is (215,8,104). Sum of RGB (Red+Green+Blue) = 215+8+104=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D70868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70868 is #28F797. Grayscale: #505050. Windows color (decimal): -2684824 or 6818007. OLE color: 6818007.
HSL color Cylindrical-coordinate representation of color #D70868: hue angle of 332.17º 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 #D70868 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.16 |
| HSL | 332.17º | 0.93% | 0.44% | - |
| HSV(B) | 332.17º | 0.96% | 0.84% | - |
| XYZ | 30.61 | 15.62 | 14.5 | - |
| YUV | 80.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 104 | 0 | 0.96 | 0.52 | 0.16 | 332.17 | 0.93 | 0.44 |
| Hex | D7 | 8 | 68 | 0 | 60 | 34 | 10 | 14C | 5D | 2C |
| Octal | 327 | 10 | 150 | 0 | 140 | 64 | 20 | 514 | 135 | 54 |
| Binary | 11010111 | 1000 | 1101000 | 0 | 1100000 | 110100 | 10000 | 101001100 | 1011101 | 101100 |
Color Harmonies of #D70868
Complementary color
Monochromatic Colors of #D70868
Black with #D70868
Text Example
Text Example
White with #D70868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70868; }
p { color: rgb(215,8,104); }
H1.HeaderClassName
{
color: #D70868;
}
.AnyTagClassName
{
color: #D70868;
}
</style>
background-color css
<style>
a { background-color: #D70868; }
a { background-color: rgb(215,8,104); }
div.DivClassName
{
background-color: #D70868;
}
.BgClassName
{
background-color: #D70868;
}
</style>
border-color css
<style>
span { border-color: #D70868; }
span { border-color: rgb(215,8,104); }
td.TdClassName
{
border-color: #D70868;
}
.TagClassName
{
border-color: #D70868;
}
</style>