Shades of Ruby #DF1560
Tints of Ruby #DF1560
RGB
CMYK
RGB Variations
Color information
#DF1560 (or 0xDF1560) is known color: Ruby. HEX triplet: DF, 15 and 60. RGB value is (223,21,96). Sum of RGB (Red+Green+Blue) = 223+21+96=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1560 is #20EA9F. Grayscale: #595959. Windows color (decimal): -2157216 or 6297055. OLE color: 6297055.
HSL color Cylindrical-coordinate representation of color #DF1560: hue angle of 337.72º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1560 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 96 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.13 |
| HSL | 337.72º | 0.83% | 0.48% | - |
| HSV(B) | 337.72º | 0.91% | 0.87% | - |
| XYZ | 32.81 | 17.07 | 12.63 | - |
| YUV | 89.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 96 | 0 | 0.91 | 0.57 | 0.13 | 337.72 | 0.83 | 0.48 |
| Hex | DF | 15 | 60 | 0 | 5B | 39 | D | 152 | 53 | 30 |
| Octal | 337 | 25 | 140 | 0 | 133 | 71 | 15 | 522 | 123 | 60 |
| Binary | 11011111 | 10101 | 1100000 | 0 | 1011011 | 111001 | 1101 | 101010010 | 1010011 | 110000 |
Color Harmonies of #DF1560
Complementary color
Monochromatic Colors of #DF1560
Black with #DF1560
Text Example
Text Example
White with #DF1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1560; }
p { color: rgb(223,21,96); }
H1.HeaderClassName
{
color: #DF1560;
}
.AnyTagClassName
{
color: #DF1560;
}
</style>
background-color css
<style>
a { background-color: #DF1560; }
a { background-color: rgb(223,21,96); }
div.DivClassName
{
background-color: #DF1560;
}
.BgClassName
{
background-color: #DF1560;
}
</style>
border-color css
<style>
span { border-color: #DF1560; }
span { border-color: rgb(223,21,96); }
td.TdClassName
{
border-color: #DF1560;
}
.TagClassName
{
border-color: #DF1560;
}
</style>