Shades of Ruby #DC105D
Tints of Ruby #DC105D
RGB
CMYK
RGB Variations
Color information
#DC105D (or 0xDC105D) is known color: Ruby. HEX triplet: DC, 10 and 5D. RGB value is (220,16,93). Sum of RGB (Red+Green+Blue) = 220+16+93=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC105D is #23EFA2. Grayscale: #555555. Windows color (decimal): -2355107 or 6099164. OLE color: 6099164.
HSL color Cylindrical-coordinate representation of color #DC105D: hue angle of 337.35º 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 #DC105D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.14 |
| HSL | 337.35º | 0.86% | 0.46% | - |
| HSV(B) | 337.35º | 0.93% | 0.86% | - |
| XYZ | 31.68 | 16.38 | 11.85 | - |
| YUV | 85.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 93 | 0 | 0.93 | 0.58 | 0.14 | 337.35 | 0.86 | 0.46 |
| Hex | DC | 10 | 5D | 0 | 5D | 3A | E | 151 | 56 | 2E |
| Octal | 334 | 20 | 135 | 0 | 135 | 72 | 16 | 521 | 126 | 56 |
| Binary | 11011100 | 10000 | 1011101 | 0 | 1011101 | 111010 | 1110 | 101010001 | 1010110 | 101110 |
Color Harmonies of #DC105D
Complementary color
Monochromatic Colors of #DC105D
Black with #DC105D
Text Example
Text Example
White with #DC105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC105D; }
p { color: rgb(220,16,93); }
H1.HeaderClassName
{
color: #DC105D;
}
.AnyTagClassName
{
color: #DC105D;
}
</style>
background-color css
<style>
a { background-color: #DC105D; }
a { background-color: rgb(220,16,93); }
div.DivClassName
{
background-color: #DC105D;
}
.BgClassName
{
background-color: #DC105D;
}
</style>
border-color css
<style>
span { border-color: #DC105D; }
span { border-color: rgb(220,16,93); }
td.TdClassName
{
border-color: #DC105D;
}
.TagClassName
{
border-color: #DC105D;
}
</style>