Shades of Ruby #D60666
Tints of Ruby #D60666
RGB
CMYK
RGB Variations
Color information
#D60666 (or 0xD60666) is known color: Ruby. HEX triplet: D6, 06 and 66. RGB value is (214,6,102). Sum of RGB (Red+Green+Blue) = 214+6+102=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D60666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60666 is #29F999. Grayscale: #4E4E4E. Windows color (decimal): -2750874 or 6686422. OLE color: 6686422.
HSL color Cylindrical-coordinate representation of color #D60666: hue angle of 332.31º 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 #D60666 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.16 |
| HSL | 332.31º | 0.95% | 0.43% | - |
| HSV(B) | 332.31º | 0.97% | 0.84% | - |
| XYZ | 30.19 | 15.39 | 13.95 | - |
| YUV | 79.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 102 | 0 | 0.97 | 0.52 | 0.16 | 332.31 | 0.95 | 0.43 |
| Hex | D6 | 6 | 66 | 0 | 61 | 34 | 10 | 14C | 5F | 2B |
| Octal | 326 | 6 | 146 | 0 | 141 | 64 | 20 | 514 | 137 | 53 |
| Binary | 11010110 | 110 | 1100110 | 0 | 1100001 | 110100 | 10000 | 101001100 | 1011111 | 101011 |
Color Harmonies of #D60666
Complementary color
Monochromatic Colors of #D60666
Black with #D60666
Text Example
Text Example
White with #D60666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60666; }
p { color: rgb(214,6,102); }
H1.HeaderClassName
{
color: #D60666;
}
.AnyTagClassName
{
color: #D60666;
}
</style>
background-color css
<style>
a { background-color: #D60666; }
a { background-color: rgb(214,6,102); }
div.DivClassName
{
background-color: #D60666;
}
.BgClassName
{
background-color: #D60666;
}
</style>
border-color css
<style>
span { border-color: #D60666; }
span { border-color: rgb(214,6,102); }
td.TdClassName
{
border-color: #D60666;
}
.TagClassName
{
border-color: #D60666;
}
</style>