Shades of Ruby #D71868
Tints of Ruby #D71868
RGB
CMYK
RGB Variations
Color information
#D71868 (or 0xD71868) is known color: Ruby. HEX triplet: D7, 18 and 68. RGB value is (215,24,104). Sum of RGB (Red+Green+Blue) = 215+24+104=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D71868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71868 is #28E797. Grayscale: #5A5A5A. Windows color (decimal): -2680728 or 6822103. OLE color: 6822103.
HSL color Cylindrical-coordinate representation of color #D71868: hue angle of 334.87º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71868 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.16 |
| HSL | 334.87º | 0.8% | 0.47% | - |
| HSV(B) | 334.87º | 0.89% | 0.84% | - |
| XYZ | 30.85 | 16.1 | 14.58 | - |
| YUV | 90.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 104 | 0 | 0.89 | 0.52 | 0.16 | 334.87 | 0.8 | 0.47 |
| Hex | D7 | 18 | 68 | 0 | 59 | 34 | 10 | 14F | 50 | 2F |
| Octal | 327 | 30 | 150 | 0 | 131 | 64 | 20 | 517 | 120 | 57 |
| Binary | 11010111 | 11000 | 1101000 | 0 | 1011001 | 110100 | 10000 | 101001111 | 1010000 | 101111 |
Color Harmonies of #D71868
Complementary color
Monochromatic Colors of #D71868
Black with #D71868
Text Example
Text Example
White with #D71868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71868; }
p { color: rgb(215,24,104); }
H1.HeaderClassName
{
color: #D71868;
}
.AnyTagClassName
{
color: #D71868;
}
</style>
background-color css
<style>
a { background-color: #D71868; }
a { background-color: rgb(215,24,104); }
div.DivClassName
{
background-color: #D71868;
}
.BgClassName
{
background-color: #D71868;
}
</style>
border-color css
<style>
span { border-color: #D71868; }
span { border-color: rgb(215,24,104); }
td.TdClassName
{
border-color: #D71868;
}
.TagClassName
{
border-color: #D71868;
}
</style>