Shades of Ruby #DC1074
Tints of Ruby #DC1074
RGB
CMYK
RGB Variations
Color information
#DC1074 (or 0xDC1074) is known color: Ruby. HEX triplet: DC, 10 and 74. RGB value is (220,16,116). Sum of RGB (Red+Green+Blue) = 220+16+116=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1074 is #23EF8B. Grayscale: #585858. Windows color (decimal): -2355084 or 7606492. OLE color: 7606492.
HSL color Cylindrical-coordinate representation of color #DC1074: hue angle of 330.59º 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 #DC1074 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.14 |
| HSL | 330.59º | 0.86% | 0.46% | - |
| HSV(B) | 330.59º | 0.93% | 0.86% | - |
| XYZ | 32.85 | 16.85 | 18.04 | - |
| YUV | 88.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 116 | 0 | 0.93 | 0.47 | 0.14 | 330.59 | 0.86 | 0.46 |
| Hex | DC | 10 | 74 | 0 | 5D | 2F | E | 14B | 56 | 2E |
| Octal | 334 | 20 | 164 | 0 | 135 | 57 | 16 | 513 | 126 | 56 |
| Binary | 11011100 | 10000 | 1110100 | 0 | 1011101 | 101111 | 1110 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DC1074
Complementary color
Monochromatic Colors of #DC1074
Black with #DC1074
Text Example
Text Example
White with #DC1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1074; }
p { color: rgb(220,16,116); }
H1.HeaderClassName
{
color: #DC1074;
}
.AnyTagClassName
{
color: #DC1074;
}
</style>
background-color css
<style>
a { background-color: #DC1074; }
a { background-color: rgb(220,16,116); }
div.DivClassName
{
background-color: #DC1074;
}
.BgClassName
{
background-color: #DC1074;
}
</style>
border-color css
<style>
span { border-color: #DC1074; }
span { border-color: rgb(220,16,116); }
td.TdClassName
{
border-color: #DC1074;
}
.TagClassName
{
border-color: #DC1074;
}
</style>