Shades of Ruby #DF1559
Tints of Ruby #DF1559
RGB
CMYK
RGB Variations
Color information
#DF1559 (or 0xDF1559) is known color: Ruby. HEX triplet: DF, 15 and 59. RGB value is (223,21,89). Sum of RGB (Red+Green+Blue) = 223+21+89=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1559 is #20EAA6. Grayscale: #595959. Windows color (decimal): -2157223 or 5838303. OLE color: 5838303.
HSL color Cylindrical-coordinate representation of color #DF1559: hue angle of 339.8º 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 #DF1559 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 89 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.13 |
| HSL | 339.8º | 0.83% | 0.48% | - |
| HSV(B) | 339.8º | 0.91% | 0.87% | - |
| XYZ | 32.5 | 16.95 | 11.01 | - |
| YUV | 89.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 89 | 0 | 0.91 | 0.60 | 0.13 | 339.8 | 0.83 | 0.48 |
| Hex | DF | 15 | 59 | 0 | 5B | 3C | D | 154 | 53 | 30 |
| Octal | 337 | 25 | 131 | 0 | 133 | 74 | 15 | 524 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011001 | 0 | 1011011 | 111100 | 1101 | 101010100 | 1010011 | 110000 |
Color Harmonies of #DF1559
Complementary color
Monochromatic Colors of #DF1559
Black with #DF1559
Text Example
Text Example
White with #DF1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1559; }
p { color: rgb(223,21,89); }
H1.HeaderClassName
{
color: #DF1559;
}
.AnyTagClassName
{
color: #DF1559;
}
</style>
background-color css
<style>
a { background-color: #DF1559; }
a { background-color: rgb(223,21,89); }
div.DivClassName
{
background-color: #DF1559;
}
.BgClassName
{
background-color: #DF1559;
}
</style>
border-color css
<style>
span { border-color: #DF1559; }
span { border-color: rgb(223,21,89); }
td.TdClassName
{
border-color: #DF1559;
}
.TagClassName
{
border-color: #DF1559;
}
</style>