Shades of Ruby #DC176A
Tints of Ruby #DC176A
RGB
CMYK
RGB Variations
Color information
#DC176A (or 0xDC176A) is known color: Ruby. HEX triplet: DC, 17 and 6A. RGB value is (220,23,106). Sum of RGB (Red+Green+Blue) = 220+23+106=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC176A is #23E895. Grayscale: #5B5B5B. Windows color (decimal): -2353302 or 6952924. OLE color: 6952924.
HSL color Cylindrical-coordinate representation of color #DC176A: hue angle of 334.72º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC176A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 106 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.14 |
| HSL | 334.72º | 0.81% | 0.48% | - |
| HSV(B) | 334.72º | 0.9% | 0.86% | - |
| XYZ | 32.42 | 16.87 | 15.18 | - |
| YUV | 91.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 106 | 0 | 0.90 | 0.52 | 0.14 | 334.72 | 0.81 | 0.48 |
| Hex | DC | 17 | 6A | 0 | 5A | 34 | E | 14F | 51 | 30 |
| Octal | 334 | 27 | 152 | 0 | 132 | 64 | 16 | 517 | 121 | 60 |
| Binary | 11011100 | 10111 | 1101010 | 0 | 1011010 | 110100 | 1110 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DC176A
Complementary color
Monochromatic Colors of #DC176A
Black with #DC176A
Text Example
Text Example
White with #DC176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC176A; }
p { color: rgb(220,23,106); }
H1.HeaderClassName
{
color: #DC176A;
}
.AnyTagClassName
{
color: #DC176A;
}
</style>
background-color css
<style>
a { background-color: #DC176A; }
a { background-color: rgb(220,23,106); }
div.DivClassName
{
background-color: #DC176A;
}
.BgClassName
{
background-color: #DC176A;
}
</style>
border-color css
<style>
span { border-color: #DC176A; }
span { border-color: rgb(220,23,106); }
td.TdClassName
{
border-color: #DC176A;
}
.TagClassName
{
border-color: #DC176A;
}
</style>