Shades of Ruby #D71058
Tints of Ruby #D71058
RGB
CMYK
RGB Variations
Color information
#D71058 (or 0xD71058) is known color: Ruby. HEX triplet: D7, 10 and 58. RGB value is (215,16,88). Sum of RGB (Red+Green+Blue) = 215+16+88=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D71058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71058 is #28EFA7. Grayscale: #535353. Windows color (decimal): -2682792 or 5771479. OLE color: 5771479.
HSL color Cylindrical-coordinate representation of color #D71058: hue angle of 338.29º 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 #D71058 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 88 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.16 |
| HSL | 338.29º | 0.86% | 0.45% | - |
| HSV(B) | 338.29º | 0.93% | 0.84% | - |
| XYZ | 29.97 | 15.52 | 10.65 | - |
| YUV | 83.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 88 | 0 | 0.93 | 0.59 | 0.16 | 338.29 | 0.86 | 0.45 |
| Hex | D7 | 10 | 58 | 0 | 5D | 3B | 10 | 152 | 56 | 2D |
| Octal | 327 | 20 | 130 | 0 | 135 | 73 | 20 | 522 | 126 | 55 |
| Binary | 11010111 | 10000 | 1011000 | 0 | 1011101 | 111011 | 10000 | 101010010 | 1010110 | 101101 |
Color Harmonies of #D71058
Complementary color
Monochromatic Colors of #D71058
Black with #D71058
Text Example
Text Example
White with #D71058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71058; }
p { color: rgb(215,16,88); }
H1.HeaderClassName
{
color: #D71058;
}
.AnyTagClassName
{
color: #D71058;
}
</style>
background-color css
<style>
a { background-color: #D71058; }
a { background-color: rgb(215,16,88); }
div.DivClassName
{
background-color: #D71058;
}
.BgClassName
{
background-color: #D71058;
}
</style>
border-color css
<style>
span { border-color: #D71058; }
span { border-color: rgb(215,16,88); }
td.TdClassName
{
border-color: #D71058;
}
.TagClassName
{
border-color: #D71058;
}
</style>