Shades of Ruby #D71C58
Tints of Ruby #D71C58
RGB
CMYK
RGB Variations
Color information
#D71C58 (or 0xD71C58) is known color: Ruby. HEX triplet: D7, 1C and 58. RGB value is (215,28,88). Sum of RGB (Red+Green+Blue) = 215+28+88=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C58 is #28E3A7. Grayscale: #5A5A5A. Windows color (decimal): -2679720 or 5774551. OLE color: 5774551.
HSL color Cylindrical-coordinate representation of color #D71C58: hue angle of 340.75º degrees, saturation: 0.77, 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 #D71C58 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 88 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.16 |
| HSL | 340.75º | 0.77% | 0.48% | - |
| HSV(B) | 340.75º | 0.87% | 0.84% | - |
| XYZ | 30.2 | 15.98 | 10.73 | - |
| YUV | 90.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 88 | 0 | 0.87 | 0.59 | 0.16 | 340.75 | 0.77 | 0.48 |
| Hex | D7 | 1C | 58 | 0 | 57 | 3B | 10 | 155 | 4D | 30 |
| Octal | 327 | 34 | 130 | 0 | 127 | 73 | 20 | 525 | 115 | 60 |
| Binary | 11010111 | 11100 | 1011000 | 0 | 1010111 | 111011 | 10000 | 101010101 | 1001101 | 110000 |
Color Harmonies of #D71C58
Complementary color
Monochromatic Colors of #D71C58
Black with #D71C58
Text Example
Text Example
White with #D71C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C58; }
p { color: rgb(215,28,88); }
H1.HeaderClassName
{
color: #D71C58;
}
.AnyTagClassName
{
color: #D71C58;
}
</style>
background-color css
<style>
a { background-color: #D71C58; }
a { background-color: rgb(215,28,88); }
div.DivClassName
{
background-color: #D71C58;
}
.BgClassName
{
background-color: #D71C58;
}
</style>
border-color css
<style>
span { border-color: #D71C58; }
span { border-color: rgb(215,28,88); }
td.TdClassName
{
border-color: #D71C58;
}
.TagClassName
{
border-color: #D71C58;
}
</style>