Shades of Ruby #DF1259
Tints of Ruby #DF1259
RGB
CMYK
RGB Variations
Color information
#DF1259 (or 0xDF1259) is known color: Ruby. HEX triplet: DF, 12 and 59. RGB value is (223,18,89). Sum of RGB (Red+Green+Blue) = 223+18+89=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1259 is #20EDA6. Grayscale: #575757. Windows color (decimal): -2157991 or 5837535. OLE color: 5837535.
HSL color Cylindrical-coordinate representation of color #DF1259: hue angle of 339.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1259 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 89 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.13 |
| HSL | 339.22º | 0.85% | 0.47% | - |
| HSV(B) | 339.22º | 0.92% | 0.87% | - |
| XYZ | 32.45 | 16.84 | 10.99 | - |
| YUV | 87.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 89 | 0 | 0.92 | 0.60 | 0.13 | 339.22 | 0.85 | 0.47 |
| Hex | DF | 12 | 59 | 0 | 5C | 3C | D | 153 | 55 | 2F |
| Octal | 337 | 22 | 131 | 0 | 134 | 74 | 15 | 523 | 125 | 57 |
| Binary | 11011111 | 10010 | 1011001 | 0 | 1011100 | 111100 | 1101 | 101010011 | 1010101 | 101111 |
Color Harmonies of #DF1259
Complementary color
Monochromatic Colors of #DF1259
Black with #DF1259
Text Example
Text Example
White with #DF1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1259; }
p { color: rgb(223,18,89); }
H1.HeaderClassName
{
color: #DF1259;
}
.AnyTagClassName
{
color: #DF1259;
}
</style>
background-color css
<style>
a { background-color: #DF1259; }
a { background-color: rgb(223,18,89); }
div.DivClassName
{
background-color: #DF1259;
}
.BgClassName
{
background-color: #DF1259;
}
</style>
border-color css
<style>
span { border-color: #DF1259; }
span { border-color: rgb(223,18,89); }
td.TdClassName
{
border-color: #DF1259;
}
.TagClassName
{
border-color: #DF1259;
}
</style>