Shades of Ruby #DC1E73
Tints of Ruby #DC1E73
RGB
CMYK
RGB Variations
Color information
#DC1E73 (or 0xDC1E73) is known color: Ruby. HEX triplet: DC, 1E and 73. RGB value is (220,30,115). Sum of RGB (Red+Green+Blue) = 220+30+115=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E73 is #23E18C. Grayscale: #606060. Windows color (decimal): -2351501 or 7544540. OLE color: 7544540.
HSL color Cylindrical-coordinate representation of color #DC1E73: hue angle of 333.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E73 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 115 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.14 |
| HSL | 333.16º | 0.76% | 0.49% | - |
| HSV(B) | 333.16º | 0.86% | 0.86% | - |
| XYZ | 33.07 | 17.38 | 17.83 | - |
| YUV | 96.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 115 | 0 | 0.86 | 0.48 | 0.14 | 333.16 | 0.76 | 0.49 |
| Hex | DC | 1E | 73 | 0 | 56 | 30 | E | 14D | 4C | 31 |
| Octal | 334 | 36 | 163 | 0 | 126 | 60 | 16 | 515 | 114 | 61 |
| Binary | 11011100 | 11110 | 1110011 | 0 | 1010110 | 110000 | 1110 | 101001101 | 1001100 | 110001 |
Color Harmonies of #DC1E73
Complementary color
Monochromatic Colors of #DC1E73
Black with #DC1E73
Text Example
Text Example
White with #DC1E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E73; }
p { color: rgb(220,30,115); }
H1.HeaderClassName
{
color: #DC1E73;
}
.AnyTagClassName
{
color: #DC1E73;
}
</style>
background-color css
<style>
a { background-color: #DC1E73; }
a { background-color: rgb(220,30,115); }
div.DivClassName
{
background-color: #DC1E73;
}
.BgClassName
{
background-color: #DC1E73;
}
</style>
border-color css
<style>
span { border-color: #DC1E73; }
span { border-color: rgb(220,30,115); }
td.TdClassName
{
border-color: #DC1E73;
}
.TagClassName
{
border-color: #DC1E73;
}
</style>