Shades of Ruby #DC0477
Tints of Ruby #DC0477
RGB
CMYK
RGB Variations
Color information
#DC0477 (or 0xDC0477) is known color: Ruby. HEX triplet: DC, 04 and 77. RGB value is (220,4,119). Sum of RGB (Red+Green+Blue) = 220+4+119=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0477 is #23FB88. Grayscale: #515151. Windows color (decimal): -2358153 or 7800028. OLE color: 7800028.
HSL color Cylindrical-coordinate representation of color #DC0477: hue angle of 328.06º 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 #DC0477 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.14 |
| HSL | 328.06º | 0.96% | 0.44% | - |
| HSV(B) | 328.06º | 0.98% | 0.86% | - |
| XYZ | 32.89 | 16.63 | 18.93 | - |
| YUV | 81.69 | 149.06 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 119 | 0 | 0.98 | 0.46 | 0.14 | 328.06 | 0.96 | 0.44 |
| Hex | DC | 4 | 77 | 0 | 62 | 2E | E | 148 | 60 | 2C |
| Octal | 334 | 4 | 167 | 0 | 142 | 56 | 16 | 510 | 140 | 54 |
| Binary | 11011100 | 100 | 1110111 | 0 | 1100010 | 101110 | 1110 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DC0477
Complementary color
Monochromatic Colors of #DC0477
Black with #DC0477
Text Example
Text Example
White with #DC0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0477; }
p { color: rgb(220,4,119); }
H1.HeaderClassName
{
color: #DC0477;
}
.AnyTagClassName
{
color: #DC0477;
}
</style>
background-color css
<style>
a { background-color: #DC0477; }
a { background-color: rgb(220,4,119); }
div.DivClassName
{
background-color: #DC0477;
}
.BgClassName
{
background-color: #DC0477;
}
</style>
border-color css
<style>
span { border-color: #DC0477; }
span { border-color: rgb(220,4,119); }
td.TdClassName
{
border-color: #DC0477;
}
.TagClassName
{
border-color: #DC0477;
}
</style>