Shades of Ruby #D60761
Tints of Ruby #D60761
RGB
CMYK
RGB Variations
Color information
#D60761 (or 0xD60761) is known color: Ruby. HEX triplet: D6, 07 and 61. RGB value is (214,7,97). Sum of RGB (Red+Green+Blue) = 214+7+97=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D60761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60761 is #29F89E. Grayscale: #4F4F4F. Windows color (decimal): -2750623 or 6358998. OLE color: 6358998.
HSL color Cylindrical-coordinate representation of color #D60761: hue angle of 333.91º degrees, saturation: 0.94, 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 #D60761 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.16 |
| HSL | 333.91º | 0.94% | 0.43% | - |
| HSV(B) | 333.91º | 0.97% | 0.84% | - |
| XYZ | 29.97 | 15.31 | 12.69 | - |
| YUV | 79.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 97 | 0 | 0.97 | 0.55 | 0.16 | 333.91 | 0.94 | 0.43 |
| Hex | D6 | 7 | 61 | 0 | 61 | 37 | 10 | 14E | 5E | 2B |
| Octal | 326 | 7 | 141 | 0 | 141 | 67 | 20 | 516 | 136 | 53 |
| Binary | 11010110 | 111 | 1100001 | 0 | 1100001 | 110111 | 10000 | 101001110 | 1011110 | 101011 |
Color Harmonies of #D60761
Complementary color
Monochromatic Colors of #D60761
Black with #D60761
Text Example
Text Example
White with #D60761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60761; }
p { color: rgb(214,7,97); }
H1.HeaderClassName
{
color: #D60761;
}
.AnyTagClassName
{
color: #D60761;
}
</style>
background-color css
<style>
a { background-color: #D60761; }
a { background-color: rgb(214,7,97); }
div.DivClassName
{
background-color: #D60761;
}
.BgClassName
{
background-color: #D60761;
}
</style>
border-color css
<style>
span { border-color: #D60761; }
span { border-color: rgb(214,7,97); }
td.TdClassName
{
border-color: #D60761;
}
.TagClassName
{
border-color: #D60761;
}
</style>