Shades of Ruby #DF0570
Tints of Ruby #DF0570
RGB
CMYK
RGB Variations
Color information
#DF0570 (or 0xDF0570) is known color: Ruby. HEX triplet: DF, 05 and 70. RGB value is (223,5,112). Sum of RGB (Red+Green+Blue) = 223+5+112=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0570 is #20FA8F. Grayscale: #525252. Windows color (decimal): -2161296 or 7341535. OLE color: 7341535.
HSL color Cylindrical-coordinate representation of color #DF0570: hue angle of 330.55º 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 #DF0570 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 112 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.13 |
| HSL | 330.55º | 0.96% | 0.45% | - |
| HSV(B) | 330.55º | 0.98% | 0.87% | - |
| XYZ | 33.41 | 16.97 | 16.84 | - |
| YUV | 82.38 | 144.72 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 112 | 0 | 0.98 | 0.50 | 0.13 | 330.55 | 0.96 | 0.45 |
| Hex | DF | 5 | 70 | 0 | 62 | 32 | D | 14B | 60 | 2D |
| Octal | 337 | 5 | 160 | 0 | 142 | 62 | 15 | 513 | 140 | 55 |
| Binary | 11011111 | 101 | 1110000 | 0 | 1100010 | 110010 | 1101 | 101001011 | 1100000 | 101101 |
Color Harmonies of #DF0570
Complementary color
Monochromatic Colors of #DF0570
Black with #DF0570
Text Example
Text Example
White with #DF0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0570; }
p { color: rgb(223,5,112); }
H1.HeaderClassName
{
color: #DF0570;
}
.AnyTagClassName
{
color: #DF0570;
}
</style>
background-color css
<style>
a { background-color: #DF0570; }
a { background-color: rgb(223,5,112); }
div.DivClassName
{
background-color: #DF0570;
}
.BgClassName
{
background-color: #DF0570;
}
</style>
border-color css
<style>
span { border-color: #DF0570; }
span { border-color: rgb(223,5,112); }
td.TdClassName
{
border-color: #DF0570;
}
.TagClassName
{
border-color: #DF0570;
}
</style>