Shades of Ruby #DF1070
Tints of Ruby #DF1070
RGB
CMYK
RGB Variations
Color information
#DF1070 (or 0xDF1070) is known color: Ruby. HEX triplet: DF, 10 and 70. RGB value is (223,16,112). Sum of RGB (Red+Green+Blue) = 223+16+112=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1070 is #20EF8F. Grayscale: #585858. Windows color (decimal): -2158480 or 7344351. OLE color: 7344351.
HSL color Cylindrical-coordinate representation of color #DF1070: hue angle of 332.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1070 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 112 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.13 |
| HSL | 332.17º | 0.87% | 0.47% | - |
| HSV(B) | 332.17º | 0.93% | 0.87% | - |
| XYZ | 33.54 | 17.23 | 16.89 | - |
| YUV | 88.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 112 | 0 | 0.93 | 0.50 | 0.13 | 332.17 | 0.87 | 0.47 |
| Hex | DF | 10 | 70 | 0 | 5D | 32 | D | 14C | 57 | 2F |
| Octal | 337 | 20 | 160 | 0 | 135 | 62 | 15 | 514 | 127 | 57 |
| Binary | 11011111 | 10000 | 1110000 | 0 | 1011101 | 110010 | 1101 | 101001100 | 1010111 | 101111 |
Color Harmonies of #DF1070
Complementary color
Monochromatic Colors of #DF1070
Black with #DF1070
Text Example
Text Example
White with #DF1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1070; }
p { color: rgb(223,16,112); }
H1.HeaderClassName
{
color: #DF1070;
}
.AnyTagClassName
{
color: #DF1070;
}
</style>
background-color css
<style>
a { background-color: #DF1070; }
a { background-color: rgb(223,16,112); }
div.DivClassName
{
background-color: #DF1070;
}
.BgClassName
{
background-color: #DF1070;
}
</style>
border-color css
<style>
span { border-color: #DF1070; }
span { border-color: rgb(223,16,112); }
td.TdClassName
{
border-color: #DF1070;
}
.TagClassName
{
border-color: #DF1070;
}
</style>