Shades of Ruby #DC1161
Tints of Ruby #DC1161
RGB
CMYK
RGB Variations
Color information
#DC1161 (or 0xDC1161) is known color: Ruby. HEX triplet: DC, 11 and 61. RGB value is (220,17,97). Sum of RGB (Red+Green+Blue) = 220+17+97=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1161 is #23EE9E. Grayscale: #565656. Windows color (decimal): -2354847 or 6361564. OLE color: 6361564.
HSL color Cylindrical-coordinate representation of color #DC1161: hue angle of 336.35º 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 #DC1161 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 97 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.14 |
| HSL | 336.35º | 0.86% | 0.46% | - |
| HSV(B) | 336.35º | 0.92% | 0.86% | - |
| XYZ | 31.87 | 16.48 | 12.81 | - |
| YUV | 86.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 97 | 0 | 0.92 | 0.56 | 0.14 | 336.35 | 0.86 | 0.46 |
| Hex | DC | 11 | 61 | 0 | 5C | 38 | E | 150 | 56 | 2E |
| Octal | 334 | 21 | 141 | 0 | 134 | 70 | 16 | 520 | 126 | 56 |
| Binary | 11011100 | 10001 | 1100001 | 0 | 1011100 | 111000 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DC1161
Complementary color
Monochromatic Colors of #DC1161
Black with #DC1161
Text Example
Text Example
White with #DC1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1161; }
p { color: rgb(220,17,97); }
H1.HeaderClassName
{
color: #DC1161;
}
.AnyTagClassName
{
color: #DC1161;
}
</style>
background-color css
<style>
a { background-color: #DC1161; }
a { background-color: rgb(220,17,97); }
div.DivClassName
{
background-color: #DC1161;
}
.BgClassName
{
background-color: #DC1161;
}
</style>
border-color css
<style>
span { border-color: #DC1161; }
span { border-color: rgb(220,17,97); }
td.TdClassName
{
border-color: #DC1161;
}
.TagClassName
{
border-color: #DC1161;
}
</style>