Shades of Ruby #DC105C
Tints of Ruby #DC105C
RGB
CMYK
RGB Variations
Color information
#DC105C (or 0xDC105C) is known color: Ruby. HEX triplet: DC, 10 and 5C. RGB value is (220,16,92). Sum of RGB (Red+Green+Blue) = 220+16+92=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC105C is #23EFA3. Grayscale: #555555. Windows color (decimal): -2355108 or 6033628. OLE color: 6033628.
HSL color Cylindrical-coordinate representation of color #DC105C: hue angle of 337.65º 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 #DC105C is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.14 |
| HSL | 337.65º | 0.86% | 0.46% | - |
| HSV(B) | 337.65º | 0.93% | 0.86% | - |
| XYZ | 31.63 | 16.36 | 11.62 | - |
| YUV | 85.66 | 131.59 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 92 | 0 | 0.93 | 0.58 | 0.14 | 337.65 | 0.86 | 0.46 |
| Hex | DC | 10 | 5C | 0 | 5D | 3A | E | 152 | 56 | 2E |
| Octal | 334 | 20 | 134 | 0 | 135 | 72 | 16 | 522 | 126 | 56 |
| Binary | 11011100 | 10000 | 1011100 | 0 | 1011101 | 111010 | 1110 | 101010010 | 1010110 | 101110 |
Color Harmonies of #DC105C
Complementary color
Monochromatic Colors of #DC105C
Black with #DC105C
Text Example
Text Example
White with #DC105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC105C; }
p { color: rgb(220,16,92); }
H1.HeaderClassName
{
color: #DC105C;
}
.AnyTagClassName
{
color: #DC105C;
}
</style>
background-color css
<style>
a { background-color: #DC105C; }
a { background-color: rgb(220,16,92); }
div.DivClassName
{
background-color: #DC105C;
}
.BgClassName
{
background-color: #DC105C;
}
</style>
border-color css
<style>
span { border-color: #DC105C; }
span { border-color: rgb(220,16,92); }
td.TdClassName
{
border-color: #DC105C;
}
.TagClassName
{
border-color: #DC105C;
}
</style>