Shades of Ruby #DF0573
Tints of Ruby #DF0573
RGB
CMYK
RGB Variations
Color information
#DF0573 (or 0xDF0573) is known color: Ruby. HEX triplet: DF, 05 and 73. RGB value is (223,5,115). Sum of RGB (Red+Green+Blue) = 223+5+115=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0573 is #20FA8C. Grayscale: #525252. Windows color (decimal): -2161293 or 7538143. OLE color: 7538143.
HSL color Cylindrical-coordinate representation of color #DF0573: hue angle of 329.72º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0573 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.13 |
| HSL | 329.72º | 0.96% | 0.45% | - |
| HSV(B) | 329.72º | 0.98% | 0.87% | - |
| XYZ | 33.58 | 17.03 | 17.74 | - |
| YUV | 82.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 115 | 0 | 0.98 | 0.48 | 0.13 | 329.72 | 0.96 | 0.45 |
| Hex | DF | 5 | 73 | 0 | 62 | 30 | D | 14A | 60 | 2D |
| Octal | 337 | 5 | 163 | 0 | 142 | 60 | 15 | 512 | 140 | 55 |
| Binary | 11011111 | 101 | 1110011 | 0 | 1100010 | 110000 | 1101 | 101001010 | 1100000 | 101101 |
Color Harmonies of #DF0573
Complementary color
Monochromatic Colors of #DF0573
Black with #DF0573
Text Example
Text Example
White with #DF0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0573; }
p { color: rgb(223,5,115); }
H1.HeaderClassName
{
color: #DF0573;
}
.AnyTagClassName
{
color: #DF0573;
}
</style>
background-color css
<style>
a { background-color: #DF0573; }
a { background-color: rgb(223,5,115); }
div.DivClassName
{
background-color: #DF0573;
}
.BgClassName
{
background-color: #DF0573;
}
</style>
border-color css
<style>
span { border-color: #DF0573; }
span { border-color: rgb(223,5,115); }
td.TdClassName
{
border-color: #DF0573;
}
.TagClassName
{
border-color: #DF0573;
}
</style>