Shades of Ruby #DC1169
Tints of Ruby #DC1169
RGB
CMYK
RGB Variations
Color information
#DC1169 (or 0xDC1169) is known color: Ruby. HEX triplet: DC, 11 and 69. RGB value is (220,17,105). Sum of RGB (Red+Green+Blue) = 220+17+105=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1169 is #23EE96. Grayscale: #575757. Windows color (decimal): -2354839 or 6885852. OLE color: 6885852.
HSL color Cylindrical-coordinate representation of color #DC1169: hue angle of 333.99º 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 #DC1169 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 105 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.14 |
| HSL | 333.99º | 0.86% | 0.46% | - |
| HSV(B) | 333.99º | 0.92% | 0.86% | - |
| XYZ | 32.27 | 16.64 | 14.88 | - |
| YUV | 87.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 105 | 0 | 0.92 | 0.52 | 0.14 | 333.99 | 0.86 | 0.46 |
| Hex | DC | 11 | 69 | 0 | 5C | 34 | E | 14E | 56 | 2E |
| Octal | 334 | 21 | 151 | 0 | 134 | 64 | 16 | 516 | 126 | 56 |
| Binary | 11011100 | 10001 | 1101001 | 0 | 1011100 | 110100 | 1110 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DC1169
Complementary color
Monochromatic Colors of #DC1169
Black with #DC1169
Text Example
Text Example
White with #DC1169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1169; }
p { color: rgb(220,17,105); }
H1.HeaderClassName
{
color: #DC1169;
}
.AnyTagClassName
{
color: #DC1169;
}
</style>
background-color css
<style>
a { background-color: #DC1169; }
a { background-color: rgb(220,17,105); }
div.DivClassName
{
background-color: #DC1169;
}
.BgClassName
{
background-color: #DC1169;
}
</style>
border-color css
<style>
span { border-color: #DC1169; }
span { border-color: rgb(220,17,105); }
td.TdClassName
{
border-color: #DC1169;
}
.TagClassName
{
border-color: #DC1169;
}
</style>