Shades of Ruby #D71E5B
Tints of Ruby #D71E5B
RGB
CMYK
RGB Variations
Color information
#D71E5B (or 0xD71E5B) is known color: Ruby. HEX triplet: D7, 1E and 5B. RGB value is (215,30,91). Sum of RGB (Red+Green+Blue) = 215+30+91=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E5B is #28E1A4. Grayscale: #5C5C5C. Windows color (decimal): -2679205 or 5971671. OLE color: 5971671.
HSL color Cylindrical-coordinate representation of color #D71E5B: hue angle of 340.22º 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 #D71E5B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 91 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.16 |
| HSL | 340.22º | 0.76% | 0.48% | - |
| HSV(B) | 340.22º | 0.86% | 0.84% | - |
| XYZ | 30.38 | 16.13 | 11.41 | - |
| YUV | 92.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 91 | 0 | 0.86 | 0.58 | 0.16 | 340.22 | 0.76 | 0.48 |
| Hex | D7 | 1E | 5B | 0 | 56 | 3A | 10 | 154 | 4C | 30 |
| Octal | 327 | 36 | 133 | 0 | 126 | 72 | 20 | 524 | 114 | 60 |
| Binary | 11010111 | 11110 | 1011011 | 0 | 1010110 | 111010 | 10000 | 101010100 | 1001100 | 110000 |
Color Harmonies of #D71E5B
Complementary color
Monochromatic Colors of #D71E5B
Black with #D71E5B
Text Example
Text Example
White with #D71E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E5B; }
p { color: rgb(215,30,91); }
H1.HeaderClassName
{
color: #D71E5B;
}
.AnyTagClassName
{
color: #D71E5B;
}
</style>
background-color css
<style>
a { background-color: #D71E5B; }
a { background-color: rgb(215,30,91); }
div.DivClassName
{
background-color: #D71E5B;
}
.BgClassName
{
background-color: #D71E5B;
}
</style>
border-color css
<style>
span { border-color: #D71E5B; }
span { border-color: rgb(215,30,91); }
td.TdClassName
{
border-color: #D71E5B;
}
.TagClassName
{
border-color: #D71E5B;
}
</style>