Shades of Ruby #D60171
Tints of Ruby #D60171
RGB
CMYK
RGB Variations
Color information
#D60171 (or 0xD60171) is known color: Ruby. HEX triplet: D6, 01 and 71. RGB value is (214,1,113). Sum of RGB (Red+Green+Blue) = 214+1+113=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60171 is #29FE8E. Grayscale: #4D4D4D. Windows color (decimal): -2752143 or 7406038. OLE color: 7406038.
HSL color Cylindrical-coordinate representation of color #D60171: hue angle of 328.45º 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 #D60171 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.16 |
| HSL | 328.45º | 0.99% | 0.42% | - |
| HSV(B) | 328.45º | 1% | 0.84% | - |
| XYZ | 30.72 | 15.51 | 17 | - |
| YUV | 77.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 113 | 0 | 1.00 | 0.47 | 0.16 | 328.45 | 0.99 | 0.42 |
| Hex | D6 | 1 | 71 | 0 | 64 | 2F | 10 | 148 | 63 | 2A |
| Octal | 326 | 1 | 161 | 0 | 144 | 57 | 20 | 510 | 143 | 52 |
| Binary | 11010110 | 1 | 1110001 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D60171
Complementary color
Monochromatic Colors of #D60171
Black with #D60171
Text Example
Text Example
White with #D60171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60171; }
p { color: rgb(214,1,113); }
H1.HeaderClassName
{
color: #D60171;
}
.AnyTagClassName
{
color: #D60171;
}
</style>
background-color css
<style>
a { background-color: #D60171; }
a { background-color: rgb(214,1,113); }
div.DivClassName
{
background-color: #D60171;
}
.BgClassName
{
background-color: #D60171;
}
</style>
border-color css
<style>
span { border-color: #D60171; }
span { border-color: rgb(214,1,113); }
td.TdClassName
{
border-color: #D60171;
}
.TagClassName
{
border-color: #D60171;
}
</style>