Shades of Ruby #DC0766
Tints of Ruby #DC0766
RGB
CMYK
RGB Variations
Color information
#DC0766 (or 0xDC0766) is known color: Ruby. HEX triplet: DC, 07 and 66. RGB value is (220,7,102). Sum of RGB (Red+Green+Blue) = 220+7+102=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0766 is #23F899. Grayscale: #515151. Windows color (decimal): -2357402 or 6686684. OLE color: 6686684.
HSL color Cylindrical-coordinate representation of color #DC0766: hue angle of 333.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0766 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.14 |
| HSL | 333.24º | 0.94% | 0.45% | - |
| HSV(B) | 333.24º | 0.97% | 0.86% | - |
| XYZ | 31.99 | 16.33 | 14.04 | - |
| YUV | 81.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 102 | 0 | 0.97 | 0.54 | 0.14 | 333.24 | 0.94 | 0.45 |
| Hex | DC | 7 | 66 | 0 | 61 | 36 | E | 14D | 5E | 2D |
| Octal | 334 | 7 | 146 | 0 | 141 | 66 | 16 | 515 | 136 | 55 |
| Binary | 11011100 | 111 | 1100110 | 0 | 1100001 | 110110 | 1110 | 101001101 | 1011110 | 101101 |
Color Harmonies of #DC0766
Complementary color
Monochromatic Colors of #DC0766
Black with #DC0766
Text Example
Text Example
White with #DC0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0766; }
p { color: rgb(220,7,102); }
H1.HeaderClassName
{
color: #DC0766;
}
.AnyTagClassName
{
color: #DC0766;
}
</style>
background-color css
<style>
a { background-color: #DC0766; }
a { background-color: rgb(220,7,102); }
div.DivClassName
{
background-color: #DC0766;
}
.BgClassName
{
background-color: #DC0766;
}
</style>
border-color css
<style>
span { border-color: #DC0766; }
span { border-color: rgb(220,7,102); }
td.TdClassName
{
border-color: #DC0766;
}
.TagClassName
{
border-color: #DC0766;
}
</style>