Shades of Ruby #D71068
Tints of Ruby #D71068
RGB
CMYK
RGB Variations
Color information
#D71068 (or 0xD71068) is known color: Ruby. HEX triplet: D7, 10 and 68. RGB value is (215,16,104). Sum of RGB (Red+Green+Blue) = 215+16+104=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71068 is #28EF97. Grayscale: #555555. Windows color (decimal): -2682776 or 6820055. OLE color: 6820055.
HSL color Cylindrical-coordinate representation of color #D71068: hue angle of 333.47º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71068 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.16 |
| HSL | 333.47º | 0.86% | 0.45% | - |
| HSV(B) | 333.47º | 0.93% | 0.84% | - |
| XYZ | 30.71 | 15.82 | 14.53 | - |
| YUV | 85.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 104 | 0 | 0.93 | 0.52 | 0.16 | 333.47 | 0.86 | 0.45 |
| Hex | D7 | 10 | 68 | 0 | 5D | 34 | 10 | 14D | 56 | 2D |
| Octal | 327 | 20 | 150 | 0 | 135 | 64 | 20 | 515 | 126 | 55 |
| Binary | 11010111 | 10000 | 1101000 | 0 | 1011101 | 110100 | 10000 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D71068
Complementary color
Monochromatic Colors of #D71068
Black with #D71068
Text Example
Text Example
White with #D71068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71068; }
p { color: rgb(215,16,104); }
H1.HeaderClassName
{
color: #D71068;
}
.AnyTagClassName
{
color: #D71068;
}
</style>
background-color css
<style>
a { background-color: #D71068; }
a { background-color: rgb(215,16,104); }
div.DivClassName
{
background-color: #D71068;
}
.BgClassName
{
background-color: #D71068;
}
</style>
border-color css
<style>
span { border-color: #D71068; }
span { border-color: rgb(215,16,104); }
td.TdClassName
{
border-color: #D71068;
}
.TagClassName
{
border-color: #D71068;
}
</style>