Shades of Ruby #D60966
Tints of Ruby #D60966
RGB
CMYK
RGB Variations
Color information
#D60966 (or 0xD60966) is known color: Ruby. HEX triplet: D6, 09 and 66. RGB value is (214,9,102). Sum of RGB (Red+Green+Blue) = 214+9+102=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D60966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60966 is #29F699. Grayscale: #505050. Windows color (decimal): -2750106 or 6687190. OLE color: 6687190.
HSL color Cylindrical-coordinate representation of color #D60966: hue angle of 332.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60966 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.16 |
| HSL | 332.78º | 0.92% | 0.44% | - |
| HSV(B) | 332.78º | 0.96% | 0.84% | - |
| XYZ | 30.23 | 15.45 | 13.96 | - |
| YUV | 80.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 102 | 0 | 0.96 | 0.52 | 0.16 | 332.78 | 0.92 | 0.44 |
| Hex | D6 | 9 | 66 | 0 | 60 | 34 | 10 | 14D | 5C | 2C |
| Octal | 326 | 11 | 146 | 0 | 140 | 64 | 20 | 515 | 134 | 54 |
| Binary | 11010110 | 1001 | 1100110 | 0 | 1100000 | 110100 | 10000 | 101001101 | 1011100 | 101100 |
Color Harmonies of #D60966
Complementary color
Monochromatic Colors of #D60966
Black with #D60966
Text Example
Text Example
White with #D60966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60966; }
p { color: rgb(214,9,102); }
H1.HeaderClassName
{
color: #D60966;
}
.AnyTagClassName
{
color: #D60966;
}
</style>
background-color css
<style>
a { background-color: #D60966; }
a { background-color: rgb(214,9,102); }
div.DivClassName
{
background-color: #D60966;
}
.BgClassName
{
background-color: #D60966;
}
</style>
border-color css
<style>
span { border-color: #D60966; }
span { border-color: rgb(214,9,102); }
td.TdClassName
{
border-color: #D60966;
}
.TagClassName
{
border-color: #D60966;
}
</style>