Shades of Ruby #D71568
Tints of Ruby #D71568
RGB
CMYK
RGB Variations
Color information
#D71568 (or 0xD71568) is known color: Ruby. HEX triplet: D7, 15 and 68. RGB value is (215,21,104). Sum of RGB (Red+Green+Blue) = 215+21+104=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D71568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71568 is #28EA97. Grayscale: #585858. Windows color (decimal): -2681496 or 6821335. OLE color: 6821335.
HSL color Cylindrical-coordinate representation of color #D71568: hue angle of 334.33º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71568 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.16 |
| HSL | 334.33º | 0.82% | 0.46% | - |
| HSV(B) | 334.33º | 0.9% | 0.84% | - |
| XYZ | 30.79 | 15.98 | 14.56 | - |
| YUV | 88.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 104 | 0 | 0.90 | 0.52 | 0.16 | 334.33 | 0.82 | 0.46 |
| Hex | D7 | 15 | 68 | 0 | 5A | 34 | 10 | 14E | 52 | 2E |
| Octal | 327 | 25 | 150 | 0 | 132 | 64 | 20 | 516 | 122 | 56 |
| Binary | 11010111 | 10101 | 1101000 | 0 | 1011010 | 110100 | 10000 | 101001110 | 1010010 | 101110 |
Color Harmonies of #D71568
Complementary color
Monochromatic Colors of #D71568
Black with #D71568
Text Example
Text Example
White with #D71568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71568; }
p { color: rgb(215,21,104); }
H1.HeaderClassName
{
color: #D71568;
}
.AnyTagClassName
{
color: #D71568;
}
</style>
background-color css
<style>
a { background-color: #D71568; }
a { background-color: rgb(215,21,104); }
div.DivClassName
{
background-color: #D71568;
}
.BgClassName
{
background-color: #D71568;
}
</style>
border-color css
<style>
span { border-color: #D71568; }
span { border-color: rgb(215,21,104); }
td.TdClassName
{
border-color: #D71568;
}
.TagClassName
{
border-color: #D71568;
}
</style>