Shades of Ruby #D71D73
Tints of Ruby #D71D73
RGB
CMYK
RGB Variations
Color information
#D71D73 (or 0xD71D73) is known color: Ruby. HEX triplet: D7, 1D and 73. RGB value is (215,29,115). Sum of RGB (Red+Green+Blue) = 215+29+115=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D73 is #28E28C. Grayscale: #5E5E5E. Windows color (decimal): -2679437 or 7544279. OLE color: 7544279.
HSL color Cylindrical-coordinate representation of color #D71D73: hue angle of 332.26º 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 #D71D73 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 115 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.16 |
| HSL | 332.26º | 0.76% | 0.48% | - |
| HSV(B) | 332.26º | 0.87% | 0.84% | - |
| XYZ | 31.56 | 16.56 | 17.75 | - |
| YUV | 94.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 115 | 0 | 0.87 | 0.47 | 0.16 | 332.26 | 0.76 | 0.48 |
| Hex | D7 | 1D | 73 | 0 | 57 | 2F | 10 | 14C | 4C | 30 |
| Octal | 327 | 35 | 163 | 0 | 127 | 57 | 20 | 514 | 114 | 60 |
| Binary | 11010111 | 11101 | 1110011 | 0 | 1010111 | 101111 | 10000 | 101001100 | 1001100 | 110000 |
Color Harmonies of #D71D73
Complementary color
Monochromatic Colors of #D71D73
Black with #D71D73
Text Example
Text Example
White with #D71D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D73; }
p { color: rgb(215,29,115); }
H1.HeaderClassName
{
color: #D71D73;
}
.AnyTagClassName
{
color: #D71D73;
}
</style>
background-color css
<style>
a { background-color: #D71D73; }
a { background-color: rgb(215,29,115); }
div.DivClassName
{
background-color: #D71D73;
}
.BgClassName
{
background-color: #D71D73;
}
</style>
border-color css
<style>
span { border-color: #D71D73; }
span { border-color: rgb(215,29,115); }
td.TdClassName
{
border-color: #D71D73;
}
.TagClassName
{
border-color: #D71D73;
}
</style>