Shades of Ruby #D71B5A
Tints of Ruby #D71B5A
RGB
CMYK
RGB Variations
Color information
#D71B5A (or 0xD71B5A) is known color: Ruby. HEX triplet: D7, 1B and 5A. RGB value is (215,27,90). Sum of RGB (Red+Green+Blue) = 215+27+90=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B5A is #28E4A5. Grayscale: #5A5A5A. Windows color (decimal): -2679974 or 5905367. OLE color: 5905367.
HSL color Cylindrical-coordinate representation of color #D71B5A: hue angle of 339.89º 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 #D71B5A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 90 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.16 |
| HSL | 339.89º | 0.78% | 0.47% | - |
| HSV(B) | 339.89º | 0.87% | 0.84% | - |
| XYZ | 30.26 | 15.97 | 11.16 | - |
| YUV | 90.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 90 | 0 | 0.87 | 0.58 | 0.16 | 339.89 | 0.78 | 0.47 |
| Hex | D7 | 1B | 5A | 0 | 57 | 3A | 10 | 154 | 4E | 2F |
| Octal | 327 | 33 | 132 | 0 | 127 | 72 | 20 | 524 | 116 | 57 |
| Binary | 11010111 | 11011 | 1011010 | 0 | 1010111 | 111010 | 10000 | 101010100 | 1001110 | 101111 |
Color Harmonies of #D71B5A
Complementary color
Monochromatic Colors of #D71B5A
Black with #D71B5A
Text Example
Text Example
White with #D71B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B5A; }
p { color: rgb(215,27,90); }
H1.HeaderClassName
{
color: #D71B5A;
}
.AnyTagClassName
{
color: #D71B5A;
}
</style>
background-color css
<style>
a { background-color: #D71B5A; }
a { background-color: rgb(215,27,90); }
div.DivClassName
{
background-color: #D71B5A;
}
.BgClassName
{
background-color: #D71B5A;
}
</style>
border-color css
<style>
span { border-color: #D71B5A; }
span { border-color: rgb(215,27,90); }
td.TdClassName
{
border-color: #D71B5A;
}
.TagClassName
{
border-color: #D71B5A;
}
</style>