Shades of Ruby #D71C5D
Tints of Ruby #D71C5D
RGB
CMYK
RGB Variations
Color information
#D71C5D (or 0xD71C5D) is known color: Ruby. HEX triplet: D7, 1C and 5D. RGB value is (215,28,93). Sum of RGB (Red+Green+Blue) = 215+28+93=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C5D is #28E3A2. Grayscale: #5B5B5B. Windows color (decimal): -2679715 or 6102231. OLE color: 6102231.
HSL color Cylindrical-coordinate representation of color #D71C5D: hue angle of 339.14º 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 #D71C5D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 93 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.16 |
| HSL | 339.14º | 0.77% | 0.48% | - |
| HSV(B) | 339.14º | 0.87% | 0.84% | - |
| XYZ | 30.42 | 16.07 | 11.85 | - |
| YUV | 91.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 93 | 0 | 0.87 | 0.57 | 0.16 | 339.14 | 0.77 | 0.48 |
| Hex | D7 | 1C | 5D | 0 | 57 | 39 | 10 | 153 | 4D | 30 |
| Octal | 327 | 34 | 135 | 0 | 127 | 71 | 20 | 523 | 115 | 60 |
| Binary | 11010111 | 11100 | 1011101 | 0 | 1010111 | 111001 | 10000 | 101010011 | 1001101 | 110000 |
Color Harmonies of #D71C5D
Complementary color
Monochromatic Colors of #D71C5D
Black with #D71C5D
Text Example
Text Example
White with #D71C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C5D; }
p { color: rgb(215,28,93); }
H1.HeaderClassName
{
color: #D71C5D;
}
.AnyTagClassName
{
color: #D71C5D;
}
</style>
background-color css
<style>
a { background-color: #D71C5D; }
a { background-color: rgb(215,28,93); }
div.DivClassName
{
background-color: #D71C5D;
}
.BgClassName
{
background-color: #D71C5D;
}
</style>
border-color css
<style>
span { border-color: #D71C5D; }
span { border-color: rgb(215,28,93); }
td.TdClassName
{
border-color: #D71C5D;
}
.TagClassName
{
border-color: #D71C5D;
}
</style>