Shades of Ruby #DC0173
Tints of Ruby #DC0173
RGB
CMYK
RGB Variations
Color information
#DC0173 (or 0xDC0173) is known color: Ruby. HEX triplet: DC, 01 and 73. RGB value is (220,1,115). Sum of RGB (Red+Green+Blue) = 220+1+115=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0173 is #23FE8C. Grayscale: #4F4F4F. Windows color (decimal): -2358925 or 7537116. OLE color: 7537116.
HSL color Cylindrical-coordinate representation of color #DC0173: hue angle of 328.77º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0173 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.14 |
| HSL | 328.77º | 0.99% | 0.43% | - |
| HSV(B) | 328.77º | 1% | 0.86% | - |
| XYZ | 32.62 | 16.48 | 17.68 | - |
| YUV | 79.48 | 148.05 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 115 | 0 | 1.00 | 0.48 | 0.14 | 328.77 | 0.99 | 0.43 |
| Hex | DC | 1 | 73 | 0 | 64 | 30 | E | 149 | 63 | 2B |
| Octal | 334 | 1 | 163 | 0 | 144 | 60 | 16 | 511 | 143 | 53 |
| Binary | 11011100 | 1 | 1110011 | 0 | 1100100 | 110000 | 1110 | 101001001 | 1100011 | 101011 |
Color Harmonies of #DC0173
Complementary color
Monochromatic Colors of #DC0173
Black with #DC0173
Text Example
Text Example
White with #DC0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0173; }
p { color: rgb(220,1,115); }
H1.HeaderClassName
{
color: #DC0173;
}
.AnyTagClassName
{
color: #DC0173;
}
</style>
background-color css
<style>
a { background-color: #DC0173; }
a { background-color: rgb(220,1,115); }
div.DivClassName
{
background-color: #DC0173;
}
.BgClassName
{
background-color: #DC0173;
}
</style>
border-color css
<style>
span { border-color: #DC0173; }
span { border-color: rgb(220,1,115); }
td.TdClassName
{
border-color: #DC0173;
}
.TagClassName
{
border-color: #DC0173;
}
</style>