Shades of Ruby #D71B5B
Tints of Ruby #D71B5B
RGB
CMYK
RGB Variations
Color information
#D71B5B (or 0xD71B5B) is known color: Ruby. HEX triplet: D7, 1B and 5B. RGB value is (215,27,91). Sum of RGB (Red+Green+Blue) = 215+27+91=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B5B is #28E4A4. Grayscale: #5A5A5A. Windows color (decimal): -2679973 or 5970903. OLE color: 5970903.
HSL color Cylindrical-coordinate representation of color #D71B5B: hue angle of 339.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B5B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 91 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.16 |
| HSL | 339.57º | 0.78% | 0.47% | - |
| HSV(B) | 339.57º | 0.87% | 0.84% | - |
| XYZ | 30.3 | 15.99 | 11.39 | - |
| YUV | 90.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 91 | 0 | 0.87 | 0.58 | 0.16 | 339.57 | 0.78 | 0.47 |
| Hex | D7 | 1B | 5B | 0 | 57 | 3A | 10 | 154 | 4E | 2F |
| Octal | 327 | 33 | 133 | 0 | 127 | 72 | 20 | 524 | 116 | 57 |
| Binary | 11010111 | 11011 | 1011011 | 0 | 1010111 | 111010 | 10000 | 101010100 | 1001110 | 101111 |
Color Harmonies of #D71B5B
Complementary color
Monochromatic Colors of #D71B5B
Black with #D71B5B
Text Example
Text Example
White with #D71B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B5B; }
p { color: rgb(215,27,91); }
H1.HeaderClassName
{
color: #D71B5B;
}
.AnyTagClassName
{
color: #D71B5B;
}
</style>
background-color css
<style>
a { background-color: #D71B5B; }
a { background-color: rgb(215,27,91); }
div.DivClassName
{
background-color: #D71B5B;
}
.BgClassName
{
background-color: #D71B5B;
}
</style>
border-color css
<style>
span { border-color: #D71B5B; }
span { border-color: rgb(215,27,91); }
td.TdClassName
{
border-color: #D71B5B;
}
.TagClassName
{
border-color: #D71B5B;
}
</style>