Shades of Ruby #DC0077
Tints of Ruby #DC0077
RGB
CMYK
RGB Variations
Color information
#DC0077 (or 0xDC0077) is known color: Ruby. HEX triplet: DC, 00 and 77. RGB value is (220,0,119). Sum of RGB (Red+Green+Blue) = 220+0+119=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0077 is #23FF88. Grayscale: #4F4F4F. Windows color (decimal): -2359177 or 7799004. OLE color: 7799004.
HSL color Cylindrical-coordinate representation of color #DC0077: hue angle of 327.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0077 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.46 | 0.14 |
| HSL | 327.55º | 1% | 0.43% | - |
| HSV(B) | 327.55º | 1% | 0.86% | - |
| XYZ | 32.84 | 16.55 | 18.92 | - |
| YUV | 79.35 | 150.39 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 119 | 0 | 1 | 0.46 | 0.14 | 327.55 | 1 | 0.43 |
| Hex | DC | 0 | 77 | 0 | 64 | 2E | E | 148 | 64 | 2B |
| Octal | 334 | 0 | 167 | 0 | 144 | 56 | 16 | 510 | 144 | 53 |
| Binary | 11011100 | 0 | 1110111 | 0 | 1100100 | 101110 | 1110 | 101001000 | 1100100 | 101011 |
Color Harmonies of #DC0077
Complementary color
Monochromatic Colors of #DC0077
Black with #DC0077
Text Example
Text Example
White with #DC0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0077; }
p { color: rgb(220,0,119); }
H1.HeaderClassName
{
color: #DC0077;
}
.AnyTagClassName
{
color: #DC0077;
}
</style>
background-color css
<style>
a { background-color: #DC0077; }
a { background-color: rgb(220,0,119); }
div.DivClassName
{
background-color: #DC0077;
}
.BgClassName
{
background-color: #DC0077;
}
</style>
border-color css
<style>
span { border-color: #DC0077; }
span { border-color: rgb(220,0,119); }
td.TdClassName
{
border-color: #DC0077;
}
.TagClassName
{
border-color: #DC0077;
}
</style>