Shades of Ruby #DC1071
Tints of Ruby #DC1071
RGB
CMYK
RGB Variations
Color information
#DC1071 (or 0xDC1071) is known color: Ruby. HEX triplet: DC, 10 and 71. RGB value is (220,16,113). Sum of RGB (Red+Green+Blue) = 220+16+113=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1071 is #23EF8E. Grayscale: #575757. Windows color (decimal): -2355087 or 7409884. OLE color: 7409884.
HSL color Cylindrical-coordinate representation of color #DC1071: hue angle of 331.47º 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 #DC1071 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.14 |
| HSL | 331.47º | 0.86% | 0.46% | - |
| HSV(B) | 331.47º | 0.93% | 0.86% | - |
| XYZ | 32.68 | 16.78 | 17.14 | - |
| YUV | 88.05 | 142.09 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 113 | 0 | 0.93 | 0.49 | 0.14 | 331.47 | 0.86 | 0.46 |
| Hex | DC | 10 | 71 | 0 | 5D | 31 | E | 14B | 56 | 2E |
| Octal | 334 | 20 | 161 | 0 | 135 | 61 | 16 | 513 | 126 | 56 |
| Binary | 11011100 | 10000 | 1110001 | 0 | 1011101 | 110001 | 1110 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DC1071
Complementary color
Monochromatic Colors of #DC1071
Black with #DC1071
Text Example
Text Example
White with #DC1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1071; }
p { color: rgb(220,16,113); }
H1.HeaderClassName
{
color: #DC1071;
}
.AnyTagClassName
{
color: #DC1071;
}
</style>
background-color css
<style>
a { background-color: #DC1071; }
a { background-color: rgb(220,16,113); }
div.DivClassName
{
background-color: #DC1071;
}
.BgClassName
{
background-color: #DC1071;
}
</style>
border-color css
<style>
span { border-color: #DC1071; }
span { border-color: rgb(220,16,113); }
td.TdClassName
{
border-color: #DC1071;
}
.TagClassName
{
border-color: #DC1071;
}
</style>