Shades of Ruby #DC1F73
Tints of Ruby #DC1F73
RGB
CMYK
RGB Variations
Color information
#DC1F73 (or 0xDC1F73) is known color: Ruby. HEX triplet: DC, 1F and 73. RGB value is (220,31,115). Sum of RGB (Red+Green+Blue) = 220+31+115=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F73 is #23E08C. Grayscale: #606060. Windows color (decimal): -2351245 or 7544796. OLE color: 7544796.
HSL color Cylindrical-coordinate representation of color #DC1F73: hue angle of 333.33º degrees, saturation: 0.75, 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 #DC1F73 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 115 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.14 |
| HSL | 333.33º | 0.75% | 0.49% | - |
| HSV(B) | 333.33º | 0.86% | 0.86% | - |
| XYZ | 33.1 | 17.43 | 17.84 | - |
| YUV | 97.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 115 | 0 | 0.86 | 0.48 | 0.14 | 333.33 | 0.75 | 0.49 |
| Hex | DC | 1F | 73 | 0 | 56 | 30 | E | 14D | 4B | 31 |
| Octal | 334 | 37 | 163 | 0 | 126 | 60 | 16 | 515 | 113 | 61 |
| Binary | 11011100 | 11111 | 1110011 | 0 | 1010110 | 110000 | 1110 | 101001101 | 1001011 | 110001 |
Color Harmonies of #DC1F73
Complementary color
Monochromatic Colors of #DC1F73
Black with #DC1F73
Text Example
Text Example
White with #DC1F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F73; }
p { color: rgb(220,31,115); }
H1.HeaderClassName
{
color: #DC1F73;
}
.AnyTagClassName
{
color: #DC1F73;
}
</style>
background-color css
<style>
a { background-color: #DC1F73; }
a { background-color: rgb(220,31,115); }
div.DivClassName
{
background-color: #DC1F73;
}
.BgClassName
{
background-color: #DC1F73;
}
</style>
border-color css
<style>
span { border-color: #DC1F73; }
span { border-color: rgb(220,31,115); }
td.TdClassName
{
border-color: #DC1F73;
}
.TagClassName
{
border-color: #DC1F73;
}
</style>