Shades of Ruby #D60671
Tints of Ruby #D60671
RGB
CMYK
RGB Variations
Color information
#D60671 (or 0xD60671) is known color: Ruby. HEX triplet: D6, 06 and 71. RGB value is (214,6,113). Sum of RGB (Red+Green+Blue) = 214+6+113=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60671 is #29F98E. Grayscale: #505050. Windows color (decimal): -2750863 or 7407318. OLE color: 7407318.
HSL color Cylindrical-coordinate representation of color #D60671: hue angle of 329.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60671 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.16 |
| HSL | 329.13º | 0.95% | 0.43% | - |
| HSV(B) | 329.13º | 0.97% | 0.84% | - |
| XYZ | 30.78 | 15.62 | 17.02 | - |
| YUV | 80.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 113 | 0 | 0.97 | 0.47 | 0.16 | 329.13 | 0.95 | 0.43 |
| Hex | D6 | 6 | 71 | 0 | 61 | 2F | 10 | 149 | 5F | 2B |
| Octal | 326 | 6 | 161 | 0 | 141 | 57 | 20 | 511 | 137 | 53 |
| Binary | 11010110 | 110 | 1110001 | 0 | 1100001 | 101111 | 10000 | 101001001 | 1011111 | 101011 |
Color Harmonies of #D60671
Complementary color
Monochromatic Colors of #D60671
Black with #D60671
Text Example
Text Example
White with #D60671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60671; }
p { color: rgb(214,6,113); }
H1.HeaderClassName
{
color: #D60671;
}
.AnyTagClassName
{
color: #D60671;
}
</style>
background-color css
<style>
a { background-color: #D60671; }
a { background-color: rgb(214,6,113); }
div.DivClassName
{
background-color: #D60671;
}
.BgClassName
{
background-color: #D60671;
}
</style>
border-color css
<style>
span { border-color: #D60671; }
span { border-color: rgb(214,6,113); }
td.TdClassName
{
border-color: #D60671;
}
.TagClassName
{
border-color: #D60671;
}
</style>