Shades of Ruby #DC1173
Tints of Ruby #DC1173
RGB
CMYK
RGB Variations
Color information
#DC1173 (or 0xDC1173) is known color: Ruby. HEX triplet: DC, 11 and 73. RGB value is (220,17,115). Sum of RGB (Red+Green+Blue) = 220+17+115=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1173 is #23EE8C. Grayscale: #585858. Windows color (decimal): -2354829 or 7541212. OLE color: 7541212.
HSL color Cylindrical-coordinate representation of color #DC1173: hue angle of 331.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1173 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.14 |
| HSL | 331.03º | 0.86% | 0.46% | - |
| HSV(B) | 331.03º | 0.92% | 0.86% | - |
| XYZ | 32.81 | 16.85 | 17.74 | - |
| YUV | 88.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 115 | 0 | 0.92 | 0.48 | 0.14 | 331.03 | 0.86 | 0.46 |
| Hex | DC | 11 | 73 | 0 | 5C | 30 | E | 14B | 56 | 2E |
| Octal | 334 | 21 | 163 | 0 | 134 | 60 | 16 | 513 | 126 | 56 |
| Binary | 11011100 | 10001 | 1110011 | 0 | 1011100 | 110000 | 1110 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DC1173
Complementary color
Monochromatic Colors of #DC1173
Black with #DC1173
Text Example
Text Example
White with #DC1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1173; }
p { color: rgb(220,17,115); }
H1.HeaderClassName
{
color: #DC1173;
}
.AnyTagClassName
{
color: #DC1173;
}
</style>
background-color css
<style>
a { background-color: #DC1173; }
a { background-color: rgb(220,17,115); }
div.DivClassName
{
background-color: #DC1173;
}
.BgClassName
{
background-color: #DC1173;
}
</style>
border-color css
<style>
span { border-color: #DC1173; }
span { border-color: rgb(220,17,115); }
td.TdClassName
{
border-color: #DC1173;
}
.TagClassName
{
border-color: #DC1173;
}
</style>