Shades of Ruby #D71D6D
Tints of Ruby #D71D6D
RGB
CMYK
RGB Variations
Color information
#D71D6D (or 0xD71D6D) is known color: Ruby. HEX triplet: D7, 1D and 6D. RGB value is (215,29,109). Sum of RGB (Red+Green+Blue) = 215+29+109=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D6D is #28E292. Grayscale: #5D5D5D. Windows color (decimal): -2679443 or 7151063. OLE color: 7151063.
HSL color Cylindrical-coordinate representation of color #D71D6D: hue angle of 334.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D6D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 109 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 334.19º | 0.76% | 0.48% | - |
| HSV(B) | 334.19º | 0.87% | 0.84% | - |
| XYZ | 31.22 | 16.43 | 15.99 | - |
| YUV | 93.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 109 | 0 | 0.87 | 0.49 | 0.16 | 334.19 | 0.76 | 0.48 |
| Hex | D7 | 1D | 6D | 0 | 57 | 31 | 10 | 14E | 4C | 30 |
| Octal | 327 | 35 | 155 | 0 | 127 | 61 | 20 | 516 | 114 | 60 |
| Binary | 11010111 | 11101 | 1101101 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001100 | 110000 |
Color Harmonies of #D71D6D
Complementary color
Monochromatic Colors of #D71D6D
Black with #D71D6D
Text Example
Text Example
White with #D71D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D6D; }
p { color: rgb(215,29,109); }
H1.HeaderClassName
{
color: #D71D6D;
}
.AnyTagClassName
{
color: #D71D6D;
}
</style>
background-color css
<style>
a { background-color: #D71D6D; }
a { background-color: rgb(215,29,109); }
div.DivClassName
{
background-color: #D71D6D;
}
.BgClassName
{
background-color: #D71D6D;
}
</style>
border-color css
<style>
span { border-color: #D71D6D; }
span { border-color: rgb(215,29,109); }
td.TdClassName
{
border-color: #D71D6D;
}
.TagClassName
{
border-color: #D71D6D;
}
</style>