Shades of Ruby #DF1261
Tints of Ruby #DF1261
RGB
CMYK
RGB Variations
Color information
#DF1261 (or 0xDF1261) is known color: Ruby. HEX triplet: DF, 12 and 61. RGB value is (223,18,97). Sum of RGB (Red+Green+Blue) = 223+18+97=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1261 is #20ED9E. Grayscale: #585858. Windows color (decimal): -2157983 or 6361823. OLE color: 6361823.
HSL color Cylindrical-coordinate representation of color #DF1261: hue angle of 336.88º 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 #DF1261 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 336.88º | 0.85% | 0.47% | - |
| HSV(B) | 336.88º | 0.92% | 0.87% | - |
| XYZ | 32.81 | 16.98 | 12.86 | - |
| YUV | 88.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 97 | 0 | 0.92 | 0.57 | 0.13 | 336.88 | 0.85 | 0.47 |
| Hex | DF | 12 | 61 | 0 | 5C | 39 | D | 151 | 55 | 2F |
| Octal | 337 | 22 | 141 | 0 | 134 | 71 | 15 | 521 | 125 | 57 |
| Binary | 11011111 | 10010 | 1100001 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010101 | 101111 |
Color Harmonies of #DF1261
Complementary color
Monochromatic Colors of #DF1261
Black with #DF1261
Text Example
Text Example
White with #DF1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1261; }
p { color: rgb(223,18,97); }
H1.HeaderClassName
{
color: #DF1261;
}
.AnyTagClassName
{
color: #DF1261;
}
</style>
background-color css
<style>
a { background-color: #DF1261; }
a { background-color: rgb(223,18,97); }
div.DivClassName
{
background-color: #DF1261;
}
.BgClassName
{
background-color: #DF1261;
}
</style>
border-color css
<style>
span { border-color: #DF1261; }
span { border-color: rgb(223,18,97); }
td.TdClassName
{
border-color: #DF1261;
}
.TagClassName
{
border-color: #DF1261;
}
</style>