Shades of Ruby #DC0476
Tints of Ruby #DC0476
RGB
CMYK
RGB Variations
Color information
#DC0476 (or 0xDC0476) is known color: Ruby. HEX triplet: DC, 04 and 76. RGB value is (220,4,118). Sum of RGB (Red+Green+Blue) = 220+4+118=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0476 is #23FB89. Grayscale: #515151. Windows color (decimal): -2358154 or 7734492. OLE color: 7734492.
HSL color Cylindrical-coordinate representation of color #DC0476: hue angle of 328.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0476 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.14 |
| HSL | 328.33º | 0.96% | 0.44% | - |
| HSV(B) | 328.33º | 0.98% | 0.86% | - |
| XYZ | 32.83 | 16.61 | 18.62 | - |
| YUV | 81.58 | 148.56 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 118 | 0 | 0.98 | 0.46 | 0.14 | 328.33 | 0.96 | 0.44 |
| Hex | DC | 4 | 76 | 0 | 62 | 2E | E | 148 | 60 | 2C |
| Octal | 334 | 4 | 166 | 0 | 142 | 56 | 16 | 510 | 140 | 54 |
| Binary | 11011100 | 100 | 1110110 | 0 | 1100010 | 101110 | 1110 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DC0476
Complementary color
Monochromatic Colors of #DC0476
Black with #DC0476
Text Example
Text Example
White with #DC0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0476; }
p { color: rgb(220,4,118); }
H1.HeaderClassName
{
color: #DC0476;
}
.AnyTagClassName
{
color: #DC0476;
}
</style>
background-color css
<style>
a { background-color: #DC0476; }
a { background-color: rgb(220,4,118); }
div.DivClassName
{
background-color: #DC0476;
}
.BgClassName
{
background-color: #DC0476;
}
</style>
border-color css
<style>
span { border-color: #DC0476; }
span { border-color: rgb(220,4,118); }
td.TdClassName
{
border-color: #DC0476;
}
.TagClassName
{
border-color: #DC0476;
}
</style>