Shades of Ruby #DC1773
Tints of Ruby #DC1773
RGB
CMYK
RGB Variations
Color information
#DC1773 (or 0xDC1773) is known color: Ruby. HEX triplet: DC, 17 and 73. RGB value is (220,23,115). Sum of RGB (Red+Green+Blue) = 220+23+115=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1773 is #23E88C. Grayscale: #5C5C5C. Windows color (decimal): -2353293 or 7542748. OLE color: 7542748.
HSL color Cylindrical-coordinate representation of color #DC1773: hue angle of 331.98º 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 #DC1773 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.14 |
| HSL | 331.98º | 0.81% | 0.48% | - |
| HSV(B) | 331.98º | 0.9% | 0.86% | - |
| XYZ | 32.92 | 17.07 | 17.78 | - |
| YUV | 92.39 | 140.77 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 115 | 0 | 0.90 | 0.48 | 0.14 | 331.98 | 0.81 | 0.48 |
| Hex | DC | 17 | 73 | 0 | 5A | 30 | E | 14C | 51 | 30 |
| Octal | 334 | 27 | 163 | 0 | 132 | 60 | 16 | 514 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110011 | 0 | 1011010 | 110000 | 1110 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DC1773
Complementary color
Monochromatic Colors of #DC1773
Black with #DC1773
Text Example
Text Example
White with #DC1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1773; }
p { color: rgb(220,23,115); }
H1.HeaderClassName
{
color: #DC1773;
}
.AnyTagClassName
{
color: #DC1773;
}
</style>
background-color css
<style>
a { background-color: #DC1773; }
a { background-color: rgb(220,23,115); }
div.DivClassName
{
background-color: #DC1773;
}
.BgClassName
{
background-color: #DC1773;
}
</style>
border-color css
<style>
span { border-color: #DC1773; }
span { border-color: rgb(220,23,115); }
td.TdClassName
{
border-color: #DC1773;
}
.TagClassName
{
border-color: #DC1773;
}
</style>