Shades of Ruby #D71B6E
Tints of Ruby #D71B6E
RGB
CMYK
RGB Variations
Color information
#D71B6E (or 0xD71B6E) is known color: Ruby. HEX triplet: D7, 1B and 6E. RGB value is (215,27,110). Sum of RGB (Red+Green+Blue) = 215+27+110=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71B6E is #28E491. Grayscale: #5C5C5C. Windows color (decimal): -2679954 or 7216087. OLE color: 7216087.
HSL color Cylindrical-coordinate representation of color #D71B6E: hue angle of 333.51º 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 #D71B6E is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 110 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.16 |
| HSL | 333.51º | 0.78% | 0.47% | - |
| HSV(B) | 333.51º | 0.87% | 0.84% | - |
| XYZ | 31.23 | 16.36 | 16.26 | - |
| YUV | 92.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 110 | 0 | 0.87 | 0.49 | 0.16 | 333.51 | 0.78 | 0.47 |
| Hex | D7 | 1B | 6E | 0 | 57 | 31 | 10 | 14E | 4E | 2F |
| Octal | 327 | 33 | 156 | 0 | 127 | 61 | 20 | 516 | 116 | 57 |
| Binary | 11010111 | 11011 | 1101110 | 0 | 1010111 | 110001 | 10000 | 101001110 | 1001110 | 101111 |
Color Harmonies of #D71B6E
Complementary color
Monochromatic Colors of #D71B6E
Black with #D71B6E
Text Example
Text Example
White with #D71B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71B6E; }
p { color: rgb(215,27,110); }
H1.HeaderClassName
{
color: #D71B6E;
}
.AnyTagClassName
{
color: #D71B6E;
}
</style>
background-color css
<style>
a { background-color: #D71B6E; }
a { background-color: rgb(215,27,110); }
div.DivClassName
{
background-color: #D71B6E;
}
.BgClassName
{
background-color: #D71B6E;
}
</style>
border-color css
<style>
span { border-color: #D71B6E; }
span { border-color: rgb(215,27,110); }
td.TdClassName
{
border-color: #D71B6E;
}
.TagClassName
{
border-color: #D71B6E;
}
</style>