Shades of Ruby #D71D58
Tints of Ruby #D71D58
RGB
CMYK
RGB Variations
Color information
#D71D58 (or 0xD71D58) is known color: Ruby. HEX triplet: D7, 1D and 58. RGB value is (215,29,88). Sum of RGB (Red+Green+Blue) = 215+29+88=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D58 is #28E2A7. Grayscale: #5B5B5B. Windows color (decimal): -2679464 or 5774807. OLE color: 5774807.
HSL color Cylindrical-coordinate representation of color #D71D58: hue angle of 340.97º 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 #D71D58 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 88 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.16 |
| HSL | 340.97º | 0.76% | 0.48% | - |
| HSV(B) | 340.97º | 0.87% | 0.84% | - |
| XYZ | 30.23 | 16.03 | 10.73 | - |
| YUV | 91.34 | 126.12 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 88 | 0 | 0.87 | 0.59 | 0.16 | 340.97 | 0.76 | 0.48 |
| Hex | D7 | 1D | 58 | 0 | 57 | 3B | 10 | 155 | 4C | 30 |
| Octal | 327 | 35 | 130 | 0 | 127 | 73 | 20 | 525 | 114 | 60 |
| Binary | 11010111 | 11101 | 1011000 | 0 | 1010111 | 111011 | 10000 | 101010101 | 1001100 | 110000 |
Color Harmonies of #D71D58
Complementary color
Monochromatic Colors of #D71D58
Black with #D71D58
Text Example
Text Example
White with #D71D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D58; }
p { color: rgb(215,29,88); }
H1.HeaderClassName
{
color: #D71D58;
}
.AnyTagClassName
{
color: #D71D58;
}
</style>
background-color css
<style>
a { background-color: #D71D58; }
a { background-color: rgb(215,29,88); }
div.DivClassName
{
background-color: #D71D58;
}
.BgClassName
{
background-color: #D71D58;
}
</style>
border-color css
<style>
span { border-color: #D71D58; }
span { border-color: rgb(215,29,88); }
td.TdClassName
{
border-color: #D71D58;
}
.TagClassName
{
border-color: #D71D58;
}
</style>