Shades of Ruby #DC0668
Tints of Ruby #DC0668
RGB
CMYK
RGB Variations
Color information
#DC0668 (or 0xDC0668) is known color: Ruby. HEX triplet: DC, 06 and 68. RGB value is (220,6,104). Sum of RGB (Red+Green+Blue) = 220+6+104=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0668 is #23F997. Grayscale: #505050. Windows color (decimal): -2357656 or 6817500. OLE color: 6817500.
HSL color Cylindrical-coordinate representation of color #DC0668: hue angle of 332.52º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0668 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.14 |
| HSL | 332.52º | 0.95% | 0.44% | - |
| HSV(B) | 332.52º | 0.97% | 0.86% | - |
| XYZ | 32.08 | 16.35 | 14.56 | - |
| YUV | 81.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 104 | 0 | 0.97 | 0.53 | 0.14 | 332.52 | 0.95 | 0.44 |
| Hex | DC | 6 | 68 | 0 | 61 | 35 | E | 14D | 5F | 2C |
| Octal | 334 | 6 | 150 | 0 | 141 | 65 | 16 | 515 | 137 | 54 |
| Binary | 11011100 | 110 | 1101000 | 0 | 1100001 | 110101 | 1110 | 101001101 | 1011111 | 101100 |
Color Harmonies of #DC0668
Complementary color
Monochromatic Colors of #DC0668
Black with #DC0668
Text Example
Text Example
White with #DC0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0668; }
p { color: rgb(220,6,104); }
H1.HeaderClassName
{
color: #DC0668;
}
.AnyTagClassName
{
color: #DC0668;
}
</style>
background-color css
<style>
a { background-color: #DC0668; }
a { background-color: rgb(220,6,104); }
div.DivClassName
{
background-color: #DC0668;
}
.BgClassName
{
background-color: #DC0668;
}
</style>
border-color css
<style>
span { border-color: #DC0668; }
span { border-color: rgb(220,6,104); }
td.TdClassName
{
border-color: #DC0668;
}
.TagClassName
{
border-color: #DC0668;
}
</style>