Shades of Ruby #D70171
Tints of Ruby #D70171
RGB
CMYK
RGB Variations
Color information
#D70171 (or 0xD70171) is known color: Ruby. HEX triplet: D7, 01 and 71. RGB value is (215,1,113). Sum of RGB (Red+Green+Blue) = 215+1+113=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D70171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70171 is #28FE8E. Grayscale: #4D4D4D. Windows color (decimal): -2686607 or 7406039. OLE color: 7406039.
HSL color Cylindrical-coordinate representation of color #D70171: hue angle of 328.6º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70171 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.16 |
| HSL | 328.6º | 0.99% | 0.42% | - |
| HSV(B) | 328.6º | 1% | 0.84% | - |
| XYZ | 31.02 | 15.66 | 17.01 | - |
| YUV | 77.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 113 | 0 | 1.00 | 0.47 | 0.16 | 328.6 | 0.99 | 0.42 |
| Hex | D7 | 1 | 71 | 0 | 64 | 2F | 10 | 149 | 63 | 2A |
| Octal | 327 | 1 | 161 | 0 | 144 | 57 | 20 | 511 | 143 | 52 |
| Binary | 11010111 | 1 | 1110001 | 0 | 1100100 | 101111 | 10000 | 101001001 | 1100011 | 101010 |
Color Harmonies of #D70171
Complementary color
Monochromatic Colors of #D70171
Black with #D70171
Text Example
Text Example
White with #D70171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70171; }
p { color: rgb(215,1,113); }
H1.HeaderClassName
{
color: #D70171;
}
.AnyTagClassName
{
color: #D70171;
}
</style>
background-color css
<style>
a { background-color: #D70171; }
a { background-color: rgb(215,1,113); }
div.DivClassName
{
background-color: #D70171;
}
.BgClassName
{
background-color: #D70171;
}
</style>
border-color css
<style>
span { border-color: #D70171; }
span { border-color: rgb(215,1,113); }
td.TdClassName
{
border-color: #D70171;
}
.TagClassName
{
border-color: #D70171;
}
</style>