Shades of Ruby #D71457
Tints of Ruby #D71457
RGB
CMYK
RGB Variations
Color information
#D71457 (or 0xD71457) is known color: Ruby. HEX triplet: D7, 14 and 57. RGB value is (215,20,87). Sum of RGB (Red+Green+Blue) = 215+20+87=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D71457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71457 is #28EBA8. Grayscale: #555555. Windows color (decimal): -2681769 or 5706967. OLE color: 5706967.
HSL color Cylindrical-coordinate representation of color #D71457: hue angle of 339.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71457 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 87 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.16 |
| HSL | 339.38º | 0.83% | 0.46% | - |
| HSV(B) | 339.38º | 0.91% | 0.84% | - |
| XYZ | 29.99 | 15.64 | 10.45 | - |
| YUV | 85.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 87 | 0 | 0.91 | 0.60 | 0.16 | 339.38 | 0.83 | 0.46 |
| Hex | D7 | 14 | 57 | 0 | 5B | 3C | 10 | 153 | 53 | 2E |
| Octal | 327 | 24 | 127 | 0 | 133 | 74 | 20 | 523 | 123 | 56 |
| Binary | 11010111 | 10100 | 1010111 | 0 | 1011011 | 111100 | 10000 | 101010011 | 1010011 | 101110 |
Color Harmonies of #D71457
Complementary color
Monochromatic Colors of #D71457
Black with #D71457
Text Example
Text Example
White with #D71457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71457; }
p { color: rgb(215,20,87); }
H1.HeaderClassName
{
color: #D71457;
}
.AnyTagClassName
{
color: #D71457;
}
</style>
background-color css
<style>
a { background-color: #D71457; }
a { background-color: rgb(215,20,87); }
div.DivClassName
{
background-color: #D71457;
}
.BgClassName
{
background-color: #D71457;
}
</style>
border-color css
<style>
span { border-color: #D71457; }
span { border-color: rgb(215,20,87); }
td.TdClassName
{
border-color: #D71457;
}
.TagClassName
{
border-color: #D71457;
}
</style>