Shades of Ruby #DC0677
Tints of Ruby #DC0677
RGB
CMYK
RGB Variations
Color information
#DC0677 (or 0xDC0677) is known color: Ruby. HEX triplet: DC, 06 and 77. RGB value is (220,6,119). Sum of RGB (Red+Green+Blue) = 220+6+119=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0677 is #23F988. Grayscale: #525252. Windows color (decimal): -2357641 or 7800540. OLE color: 7800540.
HSL color Cylindrical-coordinate representation of color #DC0677: hue angle of 328.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0677 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.14 |
| HSL | 328.32º | 0.95% | 0.44% | - |
| HSV(B) | 328.32º | 0.97% | 0.86% | - |
| XYZ | 32.91 | 16.68 | 18.94 | - |
| YUV | 82.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 119 | 0 | 0.97 | 0.46 | 0.14 | 328.32 | 0.95 | 0.44 |
| Hex | DC | 6 | 77 | 0 | 61 | 2E | E | 148 | 5F | 2C |
| Octal | 334 | 6 | 167 | 0 | 141 | 56 | 16 | 510 | 137 | 54 |
| Binary | 11011100 | 110 | 1110111 | 0 | 1100001 | 101110 | 1110 | 101001000 | 1011111 | 101100 |
Color Harmonies of #DC0677
Complementary color
Monochromatic Colors of #DC0677
Black with #DC0677
Text Example
Text Example
White with #DC0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0677; }
p { color: rgb(220,6,119); }
H1.HeaderClassName
{
color: #DC0677;
}
.AnyTagClassName
{
color: #DC0677;
}
</style>
background-color css
<style>
a { background-color: #DC0677; }
a { background-color: rgb(220,6,119); }
div.DivClassName
{
background-color: #DC0677;
}
.BgClassName
{
background-color: #DC0677;
}
</style>
border-color css
<style>
span { border-color: #DC0677; }
span { border-color: rgb(220,6,119); }
td.TdClassName
{
border-color: #DC0677;
}
.TagClassName
{
border-color: #DC0677;
}
</style>