Shades of Ruby #DC1056
Tints of Ruby #DC1056
RGB
CMYK
RGB Variations
Color information
#DC1056 (or 0xDC1056) is known color: Ruby. HEX triplet: DC, 10 and 56. RGB value is (220,16,86). Sum of RGB (Red+Green+Blue) = 220+16+86=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1056 is #23EFA9. Grayscale: #545454. Windows color (decimal): -2355114 or 5640412. OLE color: 5640412.
HSL color Cylindrical-coordinate representation of color #DC1056: hue angle of 339.41º 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 #DC1056 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.14 |
| HSL | 339.41º | 0.86% | 0.46% | - |
| HSV(B) | 339.41º | 0.93% | 0.86% | - |
| XYZ | 31.38 | 16.26 | 10.29 | - |
| YUV | 84.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 86 | 0 | 0.93 | 0.61 | 0.14 | 339.41 | 0.86 | 0.46 |
| Hex | DC | 10 | 56 | 0 | 5D | 3D | E | 153 | 56 | 2E |
| Octal | 334 | 20 | 126 | 0 | 135 | 75 | 16 | 523 | 126 | 56 |
| Binary | 11011100 | 10000 | 1010110 | 0 | 1011101 | 111101 | 1110 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DC1056
Complementary color
Monochromatic Colors of #DC1056
Black with #DC1056
Text Example
Text Example
White with #DC1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1056; }
p { color: rgb(220,16,86); }
H1.HeaderClassName
{
color: #DC1056;
}
.AnyTagClassName
{
color: #DC1056;
}
</style>
background-color css
<style>
a { background-color: #DC1056; }
a { background-color: rgb(220,16,86); }
div.DivClassName
{
background-color: #DC1056;
}
.BgClassName
{
background-color: #DC1056;
}
</style>
border-color css
<style>
span { border-color: #DC1056; }
span { border-color: rgb(220,16,86); }
td.TdClassName
{
border-color: #DC1056;
}
.TagClassName
{
border-color: #DC1056;
}
</style>