Shades of Ruby #DC0377
Tints of Ruby #DC0377
RGB
CMYK
RGB Variations
Color information
#DC0377 (or 0xDC0377) is known color: Ruby. HEX triplet: DC, 03 and 77. RGB value is (220,3,119). Sum of RGB (Red+Green+Blue) = 220+3+119=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0377 is #23FC88. Grayscale: #505050. Windows color (decimal): -2358409 or 7799772. OLE color: 7799772.
HSL color Cylindrical-coordinate representation of color #DC0377: hue angle of 327.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0377 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.14 |
| HSL | 327.93º | 0.97% | 0.44% | - |
| HSV(B) | 327.93º | 0.99% | 0.86% | - |
| XYZ | 32.88 | 16.61 | 18.93 | - |
| YUV | 81.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 119 | 0 | 0.99 | 0.46 | 0.14 | 327.93 | 0.97 | 0.44 |
| Hex | DC | 3 | 77 | 0 | 63 | 2E | E | 148 | 61 | 2C |
| Octal | 334 | 3 | 167 | 0 | 143 | 56 | 16 | 510 | 141 | 54 |
| Binary | 11011100 | 11 | 1110111 | 0 | 1100011 | 101110 | 1110 | 101001000 | 1100001 | 101100 |
Color Harmonies of #DC0377
Complementary color
Monochromatic Colors of #DC0377
Black with #DC0377
Text Example
Text Example
White with #DC0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0377; }
p { color: rgb(220,3,119); }
H1.HeaderClassName
{
color: #DC0377;
}
.AnyTagClassName
{
color: #DC0377;
}
</style>
background-color css
<style>
a { background-color: #DC0377; }
a { background-color: rgb(220,3,119); }
div.DivClassName
{
background-color: #DC0377;
}
.BgClassName
{
background-color: #DC0377;
}
</style>
border-color css
<style>
span { border-color: #DC0377; }
span { border-color: rgb(220,3,119); }
td.TdClassName
{
border-color: #DC0377;
}
.TagClassName
{
border-color: #DC0377;
}
</style>