Shades of Ruby #D71E5C
Tints of Ruby #D71E5C
RGB
CMYK
RGB Variations
Color information
#D71E5C (or 0xD71E5C) is known color: Ruby. HEX triplet: D7, 1E and 5C. RGB value is (215,30,92). Sum of RGB (Red+Green+Blue) = 215+30+92=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E5C is #28E1A3. Grayscale: #5C5C5C. Windows color (decimal): -2679204 or 6037207. OLE color: 6037207.
HSL color Cylindrical-coordinate representation of color #D71E5C: hue angle of 339.89º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E5C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 92 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.16 |
| HSL | 339.89º | 0.76% | 0.48% | - |
| HSV(B) | 339.89º | 0.86% | 0.84% | - |
| XYZ | 30.42 | 16.15 | 11.64 | - |
| YUV | 92.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 92 | 0 | 0.86 | 0.57 | 0.16 | 339.89 | 0.76 | 0.48 |
| Hex | D7 | 1E | 5C | 0 | 56 | 39 | 10 | 154 | 4C | 30 |
| Octal | 327 | 36 | 134 | 0 | 126 | 71 | 20 | 524 | 114 | 60 |
| Binary | 11010111 | 11110 | 1011100 | 0 | 1010110 | 111001 | 10000 | 101010100 | 1001100 | 110000 |
Color Harmonies of #D71E5C
Complementary color
Monochromatic Colors of #D71E5C
Black with #D71E5C
Text Example
Text Example
White with #D71E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E5C; }
p { color: rgb(215,30,92); }
H1.HeaderClassName
{
color: #D71E5C;
}
.AnyTagClassName
{
color: #D71E5C;
}
</style>
background-color css
<style>
a { background-color: #D71E5C; }
a { background-color: rgb(215,30,92); }
div.DivClassName
{
background-color: #D71E5C;
}
.BgClassName
{
background-color: #D71E5C;
}
</style>
border-color css
<style>
span { border-color: #D71E5C; }
span { border-color: rgb(215,30,92); }
td.TdClassName
{
border-color: #D71E5C;
}
.TagClassName
{
border-color: #D71E5C;
}
</style>