Shades of Ruby #DC0876
Tints of Ruby #DC0876
RGB
CMYK
RGB Variations
Color information
#DC0876 (or 0xDC0876) is known color: Ruby. HEX triplet: DC, 08 and 76. RGB value is (220,8,118). Sum of RGB (Red+Green+Blue) = 220+8+118=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0876 is #23F789. Grayscale: #535353. Windows color (decimal): -2357130 or 7735516. OLE color: 7735516.
HSL color Cylindrical-coordinate representation of color #DC0876: hue angle of 328.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0876 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.14 |
| HSL | 328.87º | 0.93% | 0.45% | - |
| HSV(B) | 328.87º | 0.96% | 0.86% | - |
| XYZ | 32.87 | 16.7 | 18.63 | - |
| YUV | 83.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 118 | 0 | 0.96 | 0.46 | 0.14 | 328.87 | 0.93 | 0.45 |
| Hex | DC | 8 | 76 | 0 | 60 | 2E | E | 149 | 5D | 2D |
| Octal | 334 | 10 | 166 | 0 | 140 | 56 | 16 | 511 | 135 | 55 |
| Binary | 11011100 | 1000 | 1110110 | 0 | 1100000 | 101110 | 1110 | 101001001 | 1011101 | 101101 |
Color Harmonies of #DC0876
Complementary color
Monochromatic Colors of #DC0876
Black with #DC0876
Text Example
Text Example
White with #DC0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0876; }
p { color: rgb(220,8,118); }
H1.HeaderClassName
{
color: #DC0876;
}
.AnyTagClassName
{
color: #DC0876;
}
</style>
background-color css
<style>
a { background-color: #DC0876; }
a { background-color: rgb(220,8,118); }
div.DivClassName
{
background-color: #DC0876;
}
.BgClassName
{
background-color: #DC0876;
}
</style>
border-color css
<style>
span { border-color: #DC0876; }
span { border-color: rgb(220,8,118); }
td.TdClassName
{
border-color: #DC0876;
}
.TagClassName
{
border-color: #DC0876;
}
</style>