Shades of Ruby #DC1C76
Tints of Ruby #DC1C76
RGB
CMYK
RGB Variations
Color information
#DC1C76 (or 0xDC1C76) is known color: Ruby. HEX triplet: DC, 1C and 76. RGB value is (220,28,118). Sum of RGB (Red+Green+Blue) = 220+28+118=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C76 is #23E389. Grayscale: #5F5F5F. Windows color (decimal): -2352010 or 7740636. OLE color: 7740636.
HSL color Cylindrical-coordinate representation of color #DC1C76: hue angle of 331.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C76 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 118 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.14 |
| HSL | 331.88º | 0.77% | 0.49% | - |
| HSV(B) | 331.88º | 0.87% | 0.86% | - |
| XYZ | 33.2 | 17.35 | 18.74 | - |
| YUV | 95.67 | 140.61 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 118 | 0 | 0.87 | 0.46 | 0.14 | 331.88 | 0.77 | 0.49 |
| Hex | DC | 1C | 76 | 0 | 57 | 2E | E | 14C | 4D | 31 |
| Octal | 334 | 34 | 166 | 0 | 127 | 56 | 16 | 514 | 115 | 61 |
| Binary | 11011100 | 11100 | 1110110 | 0 | 1010111 | 101110 | 1110 | 101001100 | 1001101 | 110001 |
Color Harmonies of #DC1C76
Complementary color
Monochromatic Colors of #DC1C76
Black with #DC1C76
Text Example
Text Example
White with #DC1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C76; }
p { color: rgb(220,28,118); }
H1.HeaderClassName
{
color: #DC1C76;
}
.AnyTagClassName
{
color: #DC1C76;
}
</style>
background-color css
<style>
a { background-color: #DC1C76; }
a { background-color: rgb(220,28,118); }
div.DivClassName
{
background-color: #DC1C76;
}
.BgClassName
{
background-color: #DC1C76;
}
</style>
border-color css
<style>
span { border-color: #DC1C76; }
span { border-color: rgb(220,28,118); }
td.TdClassName
{
border-color: #DC1C76;
}
.TagClassName
{
border-color: #DC1C76;
}
</style>