Shades of Ruby #DC1076
Tints of Ruby #DC1076
RGB
CMYK
RGB Variations
Color information
#DC1076 (or 0xDC1076) is known color: Ruby. HEX triplet: DC, 10 and 76. RGB value is (220,16,118). Sum of RGB (Red+Green+Blue) = 220+16+118=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1076 is #23EF89. Grayscale: #585858. Windows color (decimal): -2355082 or 7737564. OLE color: 7737564.
HSL color Cylindrical-coordinate representation of color #DC1076: hue angle of 330º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1076 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 118 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.14 |
| HSL | 330º | 0.86% | 0.46% | - |
| HSV(B) | 330º | 0.93% | 0.86% | - |
| XYZ | 32.97 | 16.89 | 18.66 | - |
| YUV | 88.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 118 | 0 | 0.93 | 0.46 | 0.14 | 330 | 0.86 | 0.46 |
| Hex | DC | 10 | 76 | 0 | 5D | 2E | E | 14A | 56 | 2E |
| Octal | 334 | 20 | 166 | 0 | 135 | 56 | 16 | 512 | 126 | 56 |
| Binary | 11011100 | 10000 | 1110110 | 0 | 1011101 | 101110 | 1110 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DC1076
Complementary color
Monochromatic Colors of #DC1076
Black with #DC1076
Text Example
Text Example
White with #DC1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1076; }
p { color: rgb(220,16,118); }
H1.HeaderClassName
{
color: #DC1076;
}
.AnyTagClassName
{
color: #DC1076;
}
</style>
background-color css
<style>
a { background-color: #DC1076; }
a { background-color: rgb(220,16,118); }
div.DivClassName
{
background-color: #DC1076;
}
.BgClassName
{
background-color: #DC1076;
}
</style>
border-color css
<style>
span { border-color: #DC1076; }
span { border-color: rgb(220,16,118); }
td.TdClassName
{
border-color: #DC1076;
}
.TagClassName
{
border-color: #DC1076;
}
</style>