Shades of Ruby #DC1165
Tints of Ruby #DC1165
RGB
CMYK
RGB Variations
Color information
#DC1165 (or 0xDC1165) is known color: Ruby. HEX triplet: DC, 11 and 65. RGB value is (220,17,101). Sum of RGB (Red+Green+Blue) = 220+17+101=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1165 is #23EE9A. Grayscale: #575757. Windows color (decimal): -2354843 or 6623708. OLE color: 6623708.
HSL color Cylindrical-coordinate representation of color #DC1165: hue angle of 335.17º 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 #DC1165 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.14 |
| HSL | 335.17º | 0.86% | 0.46% | - |
| HSV(B) | 335.17º | 0.92% | 0.86% | - |
| XYZ | 32.06 | 16.56 | 13.82 | - |
| YUV | 87.27 | 135.75 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 101 | 0 | 0.92 | 0.54 | 0.14 | 335.17 | 0.86 | 0.46 |
| Hex | DC | 11 | 65 | 0 | 5C | 36 | E | 14F | 56 | 2E |
| Octal | 334 | 21 | 145 | 0 | 134 | 66 | 16 | 517 | 126 | 56 |
| Binary | 11011100 | 10001 | 1100101 | 0 | 1011100 | 110110 | 1110 | 101001111 | 1010110 | 101110 |
Color Harmonies of #DC1165
Complementary color
Monochromatic Colors of #DC1165
Black with #DC1165
Text Example
Text Example
White with #DC1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1165; }
p { color: rgb(220,17,101); }
H1.HeaderClassName
{
color: #DC1165;
}
.AnyTagClassName
{
color: #DC1165;
}
</style>
background-color css
<style>
a { background-color: #DC1165; }
a { background-color: rgb(220,17,101); }
div.DivClassName
{
background-color: #DC1165;
}
.BgClassName
{
background-color: #DC1165;
}
</style>
border-color css
<style>
span { border-color: #DC1165; }
span { border-color: rgb(220,17,101); }
td.TdClassName
{
border-color: #DC1165;
}
.TagClassName
{
border-color: #DC1165;
}
</style>