Shades of Ruby #DC1075
Tints of Ruby #DC1075
RGB
CMYK
RGB Variations
Color information
#DC1075 (or 0xDC1075) is known color: Ruby. HEX triplet: DC, 10 and 75. RGB value is (220,16,117). Sum of RGB (Red+Green+Blue) = 220+16+117=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1075 is #23EF8A. Grayscale: #585858. Windows color (decimal): -2355083 or 7672028. OLE color: 7672028.
HSL color Cylindrical-coordinate representation of color #DC1075: hue angle of 330.29º 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 #DC1075 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.14 |
| HSL | 330.29º | 0.86% | 0.46% | - |
| HSV(B) | 330.29º | 0.93% | 0.86% | - |
| XYZ | 32.91 | 16.87 | 18.35 | - |
| YUV | 88.51 | 144.09 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 117 | 0 | 0.93 | 0.47 | 0.14 | 330.29 | 0.86 | 0.46 |
| Hex | DC | 10 | 75 | 0 | 5D | 2F | E | 14A | 56 | 2E |
| Octal | 334 | 20 | 165 | 0 | 135 | 57 | 16 | 512 | 126 | 56 |
| Binary | 11011100 | 10000 | 1110101 | 0 | 1011101 | 101111 | 1110 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DC1075
Complementary color
Monochromatic Colors of #DC1075
Black with #DC1075
Text Example
Text Example
White with #DC1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1075; }
p { color: rgb(220,16,117); }
H1.HeaderClassName
{
color: #DC1075;
}
.AnyTagClassName
{
color: #DC1075;
}
</style>
background-color css
<style>
a { background-color: #DC1075; }
a { background-color: rgb(220,16,117); }
div.DivClassName
{
background-color: #DC1075;
}
.BgClassName
{
background-color: #DC1075;
}
</style>
border-color css
<style>
span { border-color: #DC1075; }
span { border-color: rgb(220,16,117); }
td.TdClassName
{
border-color: #DC1075;
}
.TagClassName
{
border-color: #DC1075;
}
</style>